fixed improper use of match.

This commit is contained in:
Stefan Midjich 2016-04-17 10:21:58 +02:00
parent f5f4106273
commit f7d5aae9b3
1 changed files with 1 additions and 1 deletions

View File

@ -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