Skip to content

Commit

Permalink
Fix bypass from an IP address (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan168 authored Apr 19, 2024
2 parents f020546 + becf24f commit e665abc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omr-bypass/files/etc/init.d/omr-bypass-nft
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ _intf_rule() {
set firewall.omr_dst_bypass_${intf}_dstip_${ipv46}_accept.mark="0x${ipv46}539${count}"
set firewall.omr_dst_bypass_${intf}_srcip_${ipv46}=rule
set firewall.omr_dst_bypass_${intf}_srcip_${ipv46}.name="omr_dst_bypass_${intf}_srcip"
set firewall.omr_dst_bypass_${intf}_srcip_${ipv46}.ipset="omr_dst_bypass_${intf}_${ipv46}"
set firewall.omr_dst_bypass_${intf}_srcip_${ipv46}.src='lan'
set firewall.omr_dst_bypass_${intf}_srcip_${ipv46}.dest='*'
set firewall.omr_dst_bypass_${intf}_srcip_${ipv46}.family="ipv${ipv46}"
Expand Down

0 comments on commit e665abc

Please sign in to comment.