Add a comment about this stg firewall rule.

This commit is contained in:
Ralph Bean 2015-04-27 15:32:36 +00:00
parent 477288c6d3
commit 5d4d5dff21

View file

@ -57,6 +57,8 @@ custom_rules: [
'-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
# Contact cydrobolt about the status of this. It hasn't hit prod status
# yet as of 2015-04-27 (threebean).
'-A INPUT -p tcp -m tcp --dport 9941 -s 104.207.133.220 -j ACCEPT',
]