https-dns-proxy: rename options

* rename wan6_trigger to procd_trigger_wan6
* rename update_dnsmasq_config to dnsmasq_config_update
* add the uci-defaults file to run sed on config file
* update Makefile to include uci-defaults file

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 6bd055284c)
This commit is contained in:
Stan Grishin
2022-10-25 21:34:25 +00:00
parent fefd89f774
commit fa567eef0e
4 changed files with 23 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
config main 'config'
option update_dnsmasq_config '*'
option canary_domains_icloud '1'
option canary_domains_mozilla '1'
option dnsmasq_config_update '*'
option force_dns '1'
list force_dns_port '53'
list force_dns_port '853'
@@ -13,7 +13,7 @@ config main 'config'
# list force_dns_port '4434'
# list force_dns_port '5443'
# list force_dns_port '8443'
option wan6_trigger '0'
option procd_trigger_wan6 '0'
config https-dns-proxy
option bootstrap_dns '1.1.1.1,1.0.0.1'