summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e076d9e..fb91a2a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -29,7 +29,7 @@ c["workers"] = [worker.Worker("lcov-worker", "lcov-pass"),
# could connect to your master with this protocol.
# 'port' must match the value configured into the workers (with their
# --master option)
-c["protocols"] = {"pb": {"port": 9989}}
+c["protocols"] = {"pb": {"port": "tcp:9989:interface=127.0.0.1"}}
####### CHANGESOURCES