Loading main.go +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ func main() { flag.StringVar(&templatesDir, "templates", "templates", "Path to directory that contains our web templates.") flag.StringVar(&torBinary, "tor", "tor", "Path to tor executable.") flag.StringVar(&obfs4proxyBinary, "obfs4proxy", "/usr/bin/obfs4proxy", "Path to obfs4proxy executable.") flag.StringVar(&webtunnelBinary, "webtunnel", "./webtunnel", "Path to obfs4proxy executable.") flag.StringVar(&webtunnelBinary, "webtunnel", "./webtunnel", "Path to webtunnel executable.") flag.StringVar(&logFile, "log", "", "File to write logs to.") flag.IntVar(&testTimeout, "test-timeout", 60, "Test timeout in seconds.") flag.IntVar(&errorCacheTimeout, "error-cache-timeout", 1, "Test timeout in hours for tests that have errored.") Loading Loading
main.go +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ func main() { flag.StringVar(&templatesDir, "templates", "templates", "Path to directory that contains our web templates.") flag.StringVar(&torBinary, "tor", "tor", "Path to tor executable.") flag.StringVar(&obfs4proxyBinary, "obfs4proxy", "/usr/bin/obfs4proxy", "Path to obfs4proxy executable.") flag.StringVar(&webtunnelBinary, "webtunnel", "./webtunnel", "Path to obfs4proxy executable.") flag.StringVar(&webtunnelBinary, "webtunnel", "./webtunnel", "Path to webtunnel executable.") flag.StringVar(&logFile, "log", "", "File to write logs to.") flag.IntVar(&testTimeout, "test-timeout", 60, "Test timeout in seconds.") flag.IntVar(&errorCacheTimeout, "error-cache-timeout", 1, "Test timeout in hours for tests that have errored.") Loading