mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
Merge pull request #1 from leavingme/general-v2ray-config-patch-1
Update general_v2ray_config.sh
This commit is contained in:
@@ -183,6 +183,10 @@ cat >> "$v2ray_config" <<-EOF
|
|||||||
"ip": "127.0.0.1",
|
"ip": "127.0.0.1",
|
||||||
"clients": null
|
"clients": null
|
||||||
},
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http","tls"]
|
||||||
|
},
|
||||||
"streamSettings": null
|
"streamSettings": null
|
||||||
},
|
},
|
||||||
EOF
|
EOF
|
||||||
@@ -196,6 +200,10 @@ cat >> "$v2ray_config" <<-EOF
|
|||||||
"settings": {
|
"settings": {
|
||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http","tls"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user