mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-09 12:58:40 +00:00
Sniffer-destOverride: Remove fakedns+others
option (#4739)
https://github.com/XTLS/Xray-core/pull/4726#issuecomment-2886494540
This commit is contained in:
parent
ab0b9a6220
commit
4e1a6f0fd1
1 changed files with 1 additions and 3 deletions
|
@ -69,10 +69,8 @@ func (c *SniffingConfig) Build() (*proxyman.SniffingConfig, error) {
|
|||
p = append(p, "tls")
|
||||
case "quic":
|
||||
p = append(p, "quic")
|
||||
case "fakedns":
|
||||
case "fakedns", "fakedns+others":
|
||||
p = append(p, "fakedns")
|
||||
case "fakedns+others":
|
||||
p = append(p, "fakedns+others")
|
||||
default:
|
||||
return nil, errors.New("unknown protocol: ", protocol)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue