Jelajahi Sumber

openwrt: add DoH3 protocol support

A-BO 4 bulan lalu
induk
melakukan
1df5fe3c78
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      package/openwrt/files/etc/init.d/smartdns

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

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