fea: merge http and socks5 proxy.

This commit is contained in:
Daniel Ding
2025-03-14 14:18:56 +08:00
parent 45481a6956
commit 32afec64a4
9 changed files with 265 additions and 114 deletions

View File

@@ -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,