Do the same for the staging iptables rule.
This commit is contained in:
parent
b9180755f4
commit
406de1f785
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Redirect staging attempts to talk to the external proxy to an internal ip.
|
# Redirect staging attempts to talk to the external proxy to an internal ip.
|
||||||
# This is primarily for openid in staging which needs to get around proxy
|
# This is primarily for openid in staging which needs to get around proxy
|
||||||
# redirects.
|
# redirects.
|
||||||
-A OUTPUT -d 209.132.181.14 -j DNAT --to-destination 10.5.126.89
|
-A OUTPUT -d 209.132.181.5 -j DNAT --to-destination 10.5.126.88
|
||||||
|
|
||||||
COMMIT
|
COMMIT
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Redirect staging attempts to talk to the external proxy to an internal ip.
|
# Redirect staging attempts to talk to the external proxy to an internal ip.
|
||||||
# This is primarily for openid in staging which needs to get around proxy
|
# This is primarily for openid in staging which needs to get around proxy
|
||||||
# redirects.
|
# redirects.
|
||||||
-A OUTPUT -d 209.132.181.14 -j DNAT --to-destination 10.5.126.89
|
-A OUTPUT -d 209.132.181.5 -j DNAT --to-destination 10.5.126.88
|
||||||
|
|
||||||
COMMIT
|
COMMIT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue