add socks

This commit is contained in:
ginuerzh
2021-11-05 23:36:50 +08:00
parent ec8615991b
commit e8f040cbdf
29 changed files with 1210 additions and 144 deletions

View File

@ -11,7 +11,7 @@ import (
)
func init() {
registry.RegisterListener("obfs-http", NewListener)
registry.RegisterListener("ohttp", NewListener)
}
type obfsListener struct {

View File

@ -11,7 +11,7 @@ import (
)
func init() {
registry.RegisterListener("obfs-tls", NewListener)
registry.RegisterListener("otls", NewListener)
}
type obfsListener struct {