[ Cmii ] [ Octopus ] - project a lot

This commit is contained in:
zeaslity
2024-03-08 17:23:41 +08:00
parent 52c360eb49
commit 5e80d7baad
56 changed files with 1112 additions and 240 deletions

View File

@@ -1,4 +1,4 @@
package socks5
package main
import (
"errors"
@@ -241,6 +241,7 @@ func (s *Server) ListenAndServe(h Handler) error {
return s.UDPConn.Close()
},
})
return s.RunnerGroup.Wait()
}