remove staging bits from iptables base
This commit is contained in:
parent
6634b16b69
commit
6728c58434
1 changed files with 0 additions and 14 deletions
|
@ -1,18 +1,4 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
{% if env == "staging" %}
|
|
||||||
*nat
|
|
||||||
:PREROUTING ACCEPT []
|
|
||||||
:POSTROUTING ACCEPT []
|
|
||||||
:OUTPUT ACCEPT []
|
|
||||||
|
|
||||||
# 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
|
|
||||||
# redirects.
|
|
||||||
-A OUTPUT -d 209.132.181.14 -j DNAT --to-destination 10.5.126.89
|
|
||||||
|
|
||||||
COMMIT
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
*filter
|
*filter
|
||||||
:INPUT ACCEPT [0:0]
|
:INPUT ACCEPT [0:0]
|
||||||
:FORWARD ACCEPT [0:0]
|
:FORWARD ACCEPT [0:0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue