copr: update backend IP in the firewall
This commit is contained in:
parent
58a94dceb3
commit
6a10f3b183
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
copr_hostbase: copr-keygen
|
||||
# http + signd dest ports
|
||||
custom_rules: ['-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 5167 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 172.30.2.203 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 172.30.2.203 --dport 5167 -j ACCEPT']
|
||||
custom_rules: ['-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 52.44.175.77 --dport 5167 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 172.30.2.37 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 172.30.2.37 --dport 5167 -j ACCEPT']
|
||||
datacenter: aws
|
||||
freezes: false
|
||||
tcp_ports: [22]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue