add plugins
All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 11m9s

This commit is contained in:
Flik
2025-12-26 11:24:23 +08:00
parent d56fdafc1e
commit 4623a7f031
27 changed files with 2090 additions and 97 deletions

View File

@@ -45,7 +45,7 @@ func (s *Server) HandleConn(conn net.Conn) {
switch s.typ {
case "socks5":
err = s.socks5.HandleConn(conn)
case "http":
case "http", "https":
err = s.http.HandleConn(conn)
}
if err != nil {