copr_keygen_dev_aws: fixup iptables rules
And sync both copr_keygen_aws and copr_keygen_dev_aws so we can easily diff them.
This commit is contained in:
parent
29da953ce5
commit
47560e8426
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
tcp_ports: [22]
|
||||
|
||||
# http + signd dest ports
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 34.227.76.72 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.166 --dport 80 -j ACCEPT',
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 34.227.76.72 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 34.227.76.72 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.166 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.166 --dport 5167 -j ACCEPT']
|
||||
|
||||
datacenter: aws
|
||||
|
|
|
@ -3,10 +3,10 @@ copr_hostbase: copr-keygen-dev
|
|||
tcp_ports: []
|
||||
|
||||
# http + signd dest ports
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 54.174.143.212 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.128 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 54.174.143.212 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.128 --dport 5167 -j ACCEPT']
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 54.174.143.212 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 54.174.143.212 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.128 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.30.2.128 --dport 5167 -j ACCEPT']
|
||||
|
||||
datacenter: aws
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue