|
@@ -214,6 +214,8 @@ load_server()
|
|
SERVER="server-tls"
|
|
SERVER="server-tls"
|
|
elif [ "$type" = "https" ]; then
|
|
elif [ "$type" = "https" ]; then
|
|
SERVER="server-https"
|
|
SERVER="server-https"
|
|
|
|
+ elif [ "$type" = "quic" ]; then
|
|
|
|
+ SERVER="server-quic"
|
|
fi
|
|
fi
|
|
|
|
|
|
if echo "$ip" | grep "://" >/dev/null 2>&1; then
|
|
if echo "$ip" | grep "://" >/dev/null 2>&1; then
|