Skip to content

Commit 68e102c

Browse files
committed
Revert "Sniffer-destOverride: Remove fakedns+others option (XTLS#4739)"
This reverts commit 4e1a6f0.
1 parent aee1c65 commit 68e102c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

infra/conf/xray.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ func (c *SniffingConfig) Build() (*proxyman.SniffingConfig, error) {
7272
p = append(p, "tls")
7373
case "quic":
7474
p = append(p, "quic")
75-
case "fakedns", "fakedns+others":
75+
case "fakedns":
7676
p = append(p, "fakedns")
77+
case "fakedns+others":
78+
p = append(p, "fakedns+others")
7779
default:
7880
return nil, errors.New("unknown protocol: ", protocol)
7981
}

0 commit comments

Comments
 (0)