[copr] correct ips for copr-backend
This commit is contained in:
parent
fd6b3f475e
commit
f9bde14a32
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
tcp_ports: [22]
|
||||
|
||||
# http + signd dest ports
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.16.32.21 --dport 80 -j ACCEPT',
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.25.32.21 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.48 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.16.32.21 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.25.32.21 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.48 --dport 5167 -j ACCEPT']
|
||||
|
||||
datacenter: cloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue