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": { "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"

View File

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

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.20" _version="v3.21"
cmd="apt-get" cmd="apt-get"