Add support for IPv6.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ipt=`which /sbin/iptables`
|
||||
working_dir="$(dirname $(realpath $0))"
|
||||
ipt="${working_dir}/ip64tables"
|
||||
|
||||
default_iptables_chain=custom-`hostname -s`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user