File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed
usr/share/nftables.d/chain-pre/forward Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1+ nft 'insert rule inet fw4 forward tcp sport 5223 ct state related,established accept'
2+ nft 'insert rule inet fw4 forward tcp dport 5223 ct state related,established accept'
3+ nft 'insert rule inet fw4 forward udp sport 53 accept'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ diff -Nuar a/root/sbin/fw4 b/root/sbin/fw4
2+ --- a/root/sbin/fw4 2024-01-24 17:32:33.847733300 +0800
3+ +++ b/root/sbin/fw4 2024-01-24 17:35:17.777739247 +0800
4+ @@ -34,6 +34,7 @@
5+
6+ ACTION=start \
7+ utpl -S $MAIN | nft $VERBOSE -f $STDIN
8+ + sh "/etc/custom_nft.rule" || true
9+
10+ ACTION=includes \
11+ utpl -S $MAIN
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ cp -rf ../lede/target/linux/generic/hack-5.15/952-add-net-conntrack-events-suppo
2626# Patch firewall to enable fullcone
2727mkdir -p package/network/config/firewall4/patches
2828cp -f ../PATCH/firewall/001-fix-fw4-flow-offload.patch ./package/network/config/firewall4/patches/001-fix-fw4-flow-offload.patch
29+ cp -f ../PATCH/firewall/002-fw4-udp53_and_apns.patch ./package/network/config/firewall4/patches/002-fw4-udp53_and_apns.patch
2930cp -f ../PATCH/firewall/990-unconditionally-allow-ct-status-dnat.patch ./package/network/config/firewall4/patches/990-unconditionally-allow-ct-status-dnat.patch
3031cp -f ../PATCH/firewall/999-01-firewall4-add-fullcone-support.patch ./package/network/config/firewall4/patches/999-01-firewall4-add-fullcone-support.patch
3132mkdir -p package/libs/libnftnl/patches
Original file line number Diff line number Diff line change 88#
99# Change Lines
1010#
11- # Happy 2024
12- #
13- # 5 Jan
11+ # 31 Jan
1412
You can’t perform that action at this time.
0 commit comments