浏览代码

Add: quic protocol support

zxl hhyccc 4 月之前
父节点
当前提交
4fdcacc352
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/openwrt/files/etc/init.d/smartdns

+ 2 - 0
package/openwrt/files/etc/init.d/smartdns

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