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