1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-14 17:49:15 -04:00

Add quic sniffer

This commit is contained in:
世界
2021-11-02 19:36:55 +08:00
committed by Shelikhoo
parent 1490ce645d
commit dbc26775c9
7 changed files with 285 additions and 27 deletions

View File

@@ -25,6 +25,8 @@ func (c *SniffingConfig) Build() (*proxyman.SniffingConfig, error) {
p = append(p, "http")
case "tls", "https", "ssl":
p = append(p, "tls")
case "quic":
p = append(p, "quic")
case "fakedns":
p = append(p, "fakedns")
case "fakedns+others":