From 5d4d5dff21225a497dcc492c0e5bdf7a61332f89 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 27 Apr 2015 15:32:36 +0000 Subject: [PATCH] Add a comment about this stg firewall rule. --- inventory/group_vars/proxies-stg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/proxies-stg b/inventory/group_vars/proxies-stg index 88b255ff06..a99d523ec7 100644 --- a/inventory/group_vars/proxies-stg +++ b/inventory/group_vars/proxies-stg @@ -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', ]