diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/le-iptables.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/le-iptables.sh b/doc/le-iptables.sh index dff1fea..28cecae 100755 --- a/doc/le-iptables.sh +++ b/doc/le-iptables.sh @@ -7,3 +7,6 @@ for host in outbound1.letsencrypt.org outbound2.letsencrypt.org; do --source $host --dport $port --jump REDIRECT --to-ports $dest done done + +iptables --table filter --append INPUT --protocol tcp \ + --match multiport --dports 8080,8443 --jump ACCEPT |