enable sniffing

This commit is contained in:
233boy
2019-11-07 10:38:15 +08:00
parent 5ea36e805e
commit af60aac5dd
8 changed files with 29 additions and 1 deletions

View File

@@ -54,6 +54,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -84,6 +84,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -55,6 +55,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -54,6 +54,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -44,6 +44,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -47,6 +47,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -57,6 +57,10 @@
"network": "tcp,udp", "network": "tcp,udp",
"timeout": 0, "timeout": 0,
"followRedirect": true "followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
} }
}, },
{ {

View File

@@ -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"