diff options
Diffstat (limited to 'main/unbound/update-unbound-root-hints')
-rw-r--r-- | main/unbound/update-unbound-root-hints | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/unbound/update-unbound-root-hints b/main/unbound/update-unbound-root-hints index ee127ded37..69c5e537da 100644 --- a/main/unbound/update-unbound-root-hints +++ b/main/unbound/update-unbound-root-hints @@ -1,5 +1,9 @@ #!/bin/sh +# to allow passive ftp through a default deny iptables firewall: +# modprobe nf_conntrack_ftp +# echo nf_conntrack_ftp >> /etc/modules + check_format() { # check that we have some ipv4 addresses and some '.' hints egrep -q '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]' "$1" \ |