enable sniffing
This commit is contained in:
@@ -54,6 +54,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -84,6 +84,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -55,6 +55,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -54,6 +54,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -44,6 +44,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -47,6 +47,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -57,6 +57,10 @@
|
|||||||
"network": "tcp,udp",
|
"network": "tcp,udp",
|
||||||
"timeout": 0,
|
"timeout": 0,
|
||||||
"followRedirect": true
|
"followRedirect": true
|
||||||
|
},
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
2
v2ray.sh
2
v2ray.sh
@@ -10,7 +10,7 @@ none='\e[0m'
|
|||||||
# Root
|
# Root
|
||||||
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
|
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
|
||||||
|
|
||||||
_version="v3.22"
|
_version="v3.23"
|
||||||
|
|
||||||
cmd="apt-get"
|
cmd="apt-get"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user