diff options
author | Kali Kaneko <kali@leap.se> | 2014-05-07 15:47:16 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-05-12 11:25:21 -0500 |
commit | a6822898db857378dce0f4aaae4bbb2aff3c4b09 (patch) | |
tree | d9f41ce4d4a8b9c90bd8b69a53581473d6aedd78 /pkg | |
parent | ca0e9b85a831f716a0959c5fdb9dbb571515de97 (diff) |
add comment about pending ipv6 rules
Diffstat (limited to 'pkg')
-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") |