Allow stg.fedoramagazine.org to talk to our stg fedmsg bus.
This commit is contained in:
parent
ed99c13fee
commit
19b6f294fe
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ custom_rules: [
|
||||||
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.18 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.18 -j ACCEPT',
|
||||||
# Also, arm-hub01.qa.fedoraproject.org (secondary arch)
|
# Also, arm-hub01.qa.fedoraproject.org (secondary arch)
|
||||||
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.31 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp --dport 9941 -s 209.132.181.31 -j ACCEPT',
|
||||||
|
|
||||||
|
# Allow stg.fedoramagazine.org running at vultr.com to talk inbound fedmsg
|
||||||
|
'-A INPUT -p tcp -m tcp --dport 9941 -s 104.207.133.220 -j ACCEPT',
|
||||||
]
|
]
|
||||||
|
|
||||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue