回滚v2ray配置

This commit is contained in:
monlor
2020-05-07 16:14:18 +08:00
parent 4a3b3ea8a8
commit c14ea17d40
3 changed files with 4 additions and 11 deletions

View File

@@ -183,10 +183,6 @@ cat >> "$v2ray_config" <<-EOF
"ip": "127.0.0.1",
"clients": null
},
"sniffing": {
"enabled": true,
"destOverride": ["http","tls"]
},
"streamSettings": null
},
EOF
@@ -200,10 +196,6 @@ cat >> "$v2ray_config" <<-EOF
"settings": {
"network": "tcp,udp",
"followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http","tls"]
}
}
],