diff --git a/roles/fedmsg_base/templates/relay.py.j2 b/roles/fedmsg_base/templates/relay.py.j2 index ef6e51f33b..0b13e2ac92 100644 --- a/roles/fedmsg_base/templates/relay.py.j2 +++ b/roles/fedmsg_base/templates/relay.py.j2 @@ -37,6 +37,11 @@ config = dict( "tcp://busgateway01.%s:9941" % suffix, # ...but they have to go through our external proxy first.. - "tcp://hub.fedoraproject.org:9941", + #"tcp://hub.fedoraproject.org:9941", + + # ...and normally, we'd like them to go through round-robin, but we're + # not getting messages in from proxies across the vpn. So, only use + # proxy01 for now. + "tcp://209.132.181.16:9941", ], )