enable sniffing

pull/426/head
233boy 5 years ago
parent 5ea36e805e
commit af60aac5dd
  1. 4
      config/client/h2.json
  2. 4
      config/client/http.json
  3. 4
      config/client/kcp.json
  4. 4
      config/client/quic.json
  5. 4
      config/client/tcp.json
  6. 4
      config/client/ws.json
  7. 4
      config/client/ws_tls.json
  8. 2
      v2ray.sh

@ -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"]
} }
}, },
{ {

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

Loading…
Cancel
Save