add socks
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
registry.RegisterListener("obfs-http", NewListener)
|
||||
registry.RegisterListener("ohttp", NewListener)
|
||||
}
|
||||
|
||||
type obfsListener struct {
|
||||
|
@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
registry.RegisterListener("obfs-tls", NewListener)
|
||||
registry.RegisterListener("otls", NewListener)
|
||||
}
|
||||
|
||||
type obfsListener struct {
|
||||
|
Reference in New Issue
Block a user