Skip to content

Commit

Permalink
luci: optimize
Browse files Browse the repository at this point in the history
Co-authored-by: xiaorouji <[email protected]>
  • Loading branch information
lwb1978 and xiaorouji committed Jan 28, 2025
1 parent f26bb6f commit cd5a914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luci-app-passwall/root/usr/share/passwall/iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,8 @@ gen_include() {
${__ipt}
${__ip6t}
return 0
EOF
return 0
}
Expand Down
2 changes: 2 additions & 0 deletions luci-app-passwall/root/usr/share/passwall/nftables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,8 @@ gen_include() {

cat <<-EOF >> $FWI
${__nft}
return 0
EOF
return 0
}
Expand Down

0 comments on commit cd5a914

Please sign in to comment.