From: James Moger Date: Sun, 9 Mar 2014 01:44:16 +0000 (-0500) Subject: Listen for git daemon and fanout clients on all intefaces, by default X-Git-Tag: v1.4.0~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d6ccf989ab397a67ef30e96b82a2841539654d6e;p=gitblit.git Listen for git daemon and fanout clients on all intefaces, by default --- diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index 190bfdf0..70a6c6e6 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -83,7 +83,7 @@ git.submoduleUrlPatterns = .*?://github.com/(.*) # # SINCE 1.3.0 # RESTART REQUIRED -git.daemonBindInterface = localhost +git.daemonBindInterface = # port for serving the Git Daemon service. <= 0 disables this service. # On Unix/Linux systems, ports < 1024 require root permissions. @@ -598,7 +598,7 @@ groovy.customFields = # # SINCE 1.2.1 # RESTART REQUIRED -fanout.bindInterface = localhost +fanout.bindInterface = # port for serving the Fanout PubSub service. <= 0 disables this service. # On Unix/Linux systems, ports < 1024 require root permissions.