mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-04 21:56:53 +00:00
pugin init
This commit is contained in:
@@ -199,6 +199,7 @@ func (s *Sock5ModeServer) handleConn(c net.Conn) {
|
||||
c.Close()
|
||||
return
|
||||
}
|
||||
|
||||
if s.task.Client.Cnf.U != "" && s.task.Client.Cnf.P != "" {
|
||||
buf[1] = UserPassAuth
|
||||
c.Write(buf)
|
||||
|
Reference in New Issue
Block a user