We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fakedns+others
1 parent aee1c65 commit 68e102cCopy full SHA for 68e102c
1 file changed
infra/conf/xray.go
@@ -72,8 +72,10 @@ func (c *SniffingConfig) Build() (*proxyman.SniffingConfig, error) {
72
p = append(p, "tls")
73
case "quic":
74
p = append(p, "quic")
75
- case "fakedns", "fakedns+others":
+ case "fakedns":
76
p = append(p, "fakedns")
77
+ case "fakedns+others":
78
+ p = append(p, "fakedns+others")
79
default:
80
return nil, errors.New("unknown protocol: ", protocol)
81
}
0 commit comments