mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-27 13:44:14 +00:00
DNS Header for KCP (#1672)
* dns header * fixed domain name encoding for dns header --------- Co-authored-by: kerry <lvhaiyangkerry@gmail.com>
This commit is contained in:
parent
c8b4580869
commit
336b2daeb9
5 changed files with 237 additions and 0 deletions
|
@ -37,6 +37,7 @@ var (
|
|||
"wechat-video": func() interface{} { return new(WechatVideoAuthenticator) },
|
||||
"dtls": func() interface{} { return new(DTLSAuthenticator) },
|
||||
"wireguard": func() interface{} { return new(WireguardAuthenticator) },
|
||||
"dns": func() interface{} { return new(DNSAuthenticator) },
|
||||
}, "type", "")
|
||||
|
||||
tcpHeaderLoader = NewJSONConfigLoader(ConfigCreatorCache{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue