copr-be-dev/copr-kg-dev: fix private IPs
This commit is contained in:
parent
0a10b95755
commit
e0d5464fdf
2 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ copr_aws_region: us-east-1
|
|||
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
||||
|
||||
# eth0, eth1
|
||||
copr_backend_ips: ["18.208.10.131", "172.30.2.118"]
|
||||
copr_backend_ips: ["18.208.10.131", "172.30.2.104"]
|
||||
|
||||
copr_builder_fedora_version: 38
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
copr_hostbase: copr-keygen-dev
|
||||
# http + signd dest ports
|
||||
custom_rules:
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.118 --dport 80 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.118 --dport 5167 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.104 --dport 80 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 172.30.2.104 --dport 5167 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 18.208.10.131 --dport 80 -j ACCEPT'
|
||||
- '-A INPUT -p tcp -m tcp -s 18.208.10.131 --dport 5167 -j ACCEPT'
|
||||
datacenter: aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue