···487487 root := flag.String("sourcegraph_url", os.Getenv("SRC_FRONTEND_INTERNAL"), "http://sourcegraph-frontend-internal or http://localhost:3090")
488488 interval := flag.Duration("interval", time.Minute, "sync with sourcegraph this often")
489489 index := flag.String("index", defaultIndexDir, "set index directory to use")
490490- listen := flag.String("listen", "127.0.0.1:6072", "listen on this address.")
490490+ listen := flag.String("listen", ":6072", "listen on this address.")
491491 hostname := flag.String("hostname", hostnameBestEffort(), "the name we advertise to Sourcegraph when asking for the list of repositories to index. Can also be set via the NODE_NAME environment variable.")
492492 cpuFraction := flag.Float64("cpu_fraction", 1.0, "use this fraction of the cores for indexing.")
493493 dbg := flag.Bool("debug", false, "turn on more verbose logging.")