Let darkserver-backend01.stg talk to the koji hub.
This commit is contained in:
parent
88ee641a87
commit
ae7a306f19
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue