mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
fixed improper use of match.
This commit is contained in:
parent
f5f4106273
commit
f7d5aae9b3
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ only_ip = True
|
|||
arping = -f -c 1 -w 30 -I wlp3s0 {ip_address}
|
||||
|
||||
iptables_mac = -t mangle -I internet 1 -m mac --mac-source {mac_address} -j RETURN
|
||||
iptables_ip = -t mangle -I internet 1 -m tcp --source {ip_address} -j RETURN
|
||||
iptables_ip = -t mangle -I internet 1 -m tcp -p tcp --source {ip_address} -j RETURN
|
||||
|
|
Loading…
Reference in a new issue