diff --git a/roles/fedmsg_base/templates/relay.py.j2 b/roles/fedmsg_base/templates/relay.py.j2 index 7a4c45808d..ef6e51f33b 100644 --- a/roles/fedmsg_base/templates/relay.py.j2 +++ b/roles/fedmsg_base/templates/relay.py.j2 @@ -35,5 +35,8 @@ config = dict( # Scripts from outside connect here (coprs, secondary arch composes) "tcp://busgateway01.%s:9941" % suffix, + + # ...but they have to go through our external proxy first.. + "tcp://hub.fedoraproject.org:9941", ], )