소스 검색

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