mirror of https://github.com/v2ray/v2ray-core
fix typo in utp def
parent
28432cfd4c
commit
5f5d28009f
|
@ -7,5 +7,5 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
internet.RegisterAuthenticatorConfig("srtp", func() interface{} { return &Config{} })
|
||||
internet.RegisterAuthenticatorConfig("utp", func() interface{} { return &Config{} })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue