And remember to remove the -t
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
4ec7e1a547
commit
6c83d09da2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ custom_rules: [
|
|||
nat_rules: [
|
||||
# For Zanata, redirect 443/tcp -> 43342/tcp for TLS reasons
|
||||
# See files/httpd/website_id_fp_o_zanata.conf for info
|
||||
'-t nat -A PREROUTING -s 209.132.183.252 -p tcp --dport 443 -j REDIRECT --to 44342'
|
||||
'-A PREROUTING -s 209.132.183.252 -p tcp --dport 443 -j REDIRECT --to 44342'
|
||||
]
|
||||
|
||||
blocked_ips: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue