You've already forked v2ray-core
rename RegisterInboundConnectionConfig to RegisterInboundConfig
This commit is contained in:
@@ -17,7 +17,7 @@ const (
|
||||
)
|
||||
|
||||
func init() {
|
||||
config.RegisterInboundConnectionConfig("socks",
|
||||
config.RegisterInboundConfig("socks",
|
||||
func(data []byte) (interface{}, error) {
|
||||
type SocksAccount struct {
|
||||
Username string `json:"user"`
|
||||
|
||||
Reference in New Issue
Block a user