koji builders: we also want to allow port 80 connections to kojipkgs02.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
63c8ccf70d
commit
c3dc33cacc
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
# kojipkgs
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.125.36 --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.125.35 --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.5.125.36 --dport 443 -j ACCEPT
|
||||
{% if host in groups['buildvm-s390x'] %}
|
||||
-A OUTPUT -p tcp -m tcp -d 10.16.0.17 --dport 80 -j ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue