Let darkserver-backend01.stg talk to the koji hub.

This commit is contained in:
Ralph Bean 2016-02-01 19:41:43 +00:00
parent 88ee641a87
commit ae7a306f19

View file

@ -16,6 +16,8 @@ custom_rules: [
# Needed for keepalived
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',
'-A INPUT -p vrrp -j ACCEPT',
# Let darkserver-backend01.stg talk to the hub
'-A INPUT -p tcp -m tcp -s 10.5.126.124 --dport 443 -j ACCEPT',
]
fas_client_groups: sysadmin-releng