This commit is contained in:
idk
2019-12-09 23:42:27 -05:00
parent 2dd922ecf4
commit d10a48d1ef

View File

@ -167,8 +167,8 @@ func proxyMain(ctx context.Context, ln net.Listener, cln net.Listener) {
os.Setenv("FTP_PROXY", "http://"+ln.Addr().String())
os.Setenv("ALL_PROXY", "http://"+ln.Addr().String())
log.Println("Waiting a few seconds for the proxy to start")
time.Sleep(time.Duration(10 * time.Second))
log.Println("Waiting a few seconds for the proxy to start")
time.Sleep(time.Duration(10 * time.Second))
//log.Println("Launching ", *runCommand, "with proxy http://"+ln.Addr().String())
url := flag.Arg(0)