update proxy iptables for s390 koji move

This commit is contained in:
Kevin Fenzi 2016-12-06 23:17:35 +00:00
parent 8e134186fa
commit 2e8041787a

View file

@ -59,8 +59,8 @@ custom_rules: [
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.171 -j ACCEPT',
# retrace02.qa.fedoraproject.org
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.172 -j ACCEPT',
# Also, s390-hub01.qa.fedoraproject.org (secondary arch)
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.191 -j ACCEPT',
# Also, s390-hub01.s390.fedoraproject.org (secondary arch)
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.129.180 -j ACCEPT',
# Allow resultsdb talk to the inbound fedmsg relay.
'-A INPUT -p tcp -m tcp --dport 9941 -s 10.5.124.207 -j ACCEPT',