diff options
Diffstat (limited to 'pkg/linux')
-rwxr-xr-x | pkg/linux/bitmask-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index 4d537311..c1a2adfd 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -578,7 +578,7 @@ def firewall_start(args): "--jump", "ACCEPT") # block DNS requests to anyone but the service provider or localhost - # XXX need to insert ipv6 too ??? -- kali + # when we actually route ipv6, we will need dns rules for it too ip4tables("--insert", BITMASK_CHAIN, "--protocol", "udp", "--dport", "53", "--jump", "REJECT") |