mirror of
https://github.com/luscis/openlan.git
synced 2025-10-07 01:22:51 +08:00
fea: merge http and socks5 proxy.
This commit is contained in:
@@ -50,7 +50,7 @@ func (s *SocksProxy) Start() {
|
||||
return
|
||||
}
|
||||
addr := s.cfg.Listen
|
||||
s.out.Info("SocksProxy.Start: %s", s.cfg.Listen)
|
||||
s.out.Info("SocksProxy.Start: socks5://%s", s.cfg.Listen)
|
||||
|
||||
promise := &libol.Promise{
|
||||
First: time.Second * 2,
|
||||
|
Reference in New Issue
Block a user