fix quic issues #371

This commit is contained in:
233boy
2019-11-01 10:14:58 +08:00
parent 6288fcfbf1
commit e01ba62266
3 changed files with 1 additions and 4 deletions

View File

@@ -23,7 +23,6 @@
"streamSettings": {
"network": "quic",
"quicSettings": {
"security": "aes-128-gcm",
"key": "",
"header": {
"type": "none"
@@ -56,7 +55,6 @@
"streamSettings": {
"network": "quic",
"quicSettings": {
"security": "aes-128-gcm",
"key": "",
"header": {
"type": "none"

View File

@@ -20,7 +20,6 @@
"streamSettings": {
"network": "quic",
"quicSettings": {
"security": "aes-128-gcm",
"key": "",
"header": {
"type": "none"

View File

@@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.20"
_version="v3.21"
cmd="apt-get"