From 6477265efd4d3960b12f31ac6b336678966f86b3 Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 27 Mar 2023 11:15:07 +0800 Subject: [PATCH] luci-app-mosdns: sync Luci configuration file --- luci-app-mosdns/root/etc/config/mosdns | 3 +++ 1 file changed, 3 insertions(+) diff --git a/luci-app-mosdns/root/etc/config/mosdns b/luci-app-mosdns/root/etc/config/mosdns index e3332de..2bdce4f 100644 --- a/luci-app-mosdns/root/etc/config/mosdns +++ b/luci-app-mosdns/root/etc/config/mosdns @@ -20,6 +20,9 @@ config mosdns 'config' option maximum_ttl '0' option custom_local_dns '0' option enable_pipeline '0' + option insecure_skip_verify '0' + option enabled_api '0' + option listen_port_api '9091' option bootstrap_dns '119.29.29.29' list remote_dns 'tls://8.8.8.8' list remote_dns 'tls://1.1.1.1'