fix quic issues #371
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "quic",
|
"network": "quic",
|
||||||
"quicSettings": {
|
"quicSettings": {
|
||||||
"security": "aes-128-gcm",
|
|
||||||
"key": "",
|
"key": "",
|
||||||
"header": {
|
"header": {
|
||||||
"type": "none"
|
"type": "none"
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "quic",
|
"network": "quic",
|
||||||
"quicSettings": {
|
"quicSettings": {
|
||||||
"security": "aes-128-gcm",
|
|
||||||
"key": "",
|
"key": "",
|
||||||
"header": {
|
"header": {
|
||||||
"type": "none"
|
"type": "none"
|
||||||
|
@@ -20,7 +20,6 @@
|
|||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "quic",
|
"network": "quic",
|
||||||
"quicSettings": {
|
"quicSettings": {
|
||||||
"security": "aes-128-gcm",
|
|
||||||
"key": "",
|
"key": "",
|
||||||
"header": {
|
"header": {
|
||||||
"type": "none"
|
"type": "none"
|
||||||
|
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.20"
|
_version="v3.21"
|
||||||
|
|
||||||
cmd="apt-get"
|
cmd="apt-get"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user