diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-09-03 20:33:17 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-09-03 20:35:22 +0000 |
commit | 9a2c5ae18c5a4bce20d1a8c572d1261b191701dc (patch) | |
tree | 7014ab4b89d957f0373b2ded01f4cebb4e10dc6a /net/https-dns-proxy/files/etc/uci-defaults | |
parent | 49ea9e04122cf4bfc177a257023a585aa5f0aca0 (diff) |
https-dns-proxy: fix dns resolution not working on boot
* fix dns resolution not working on boot
* add hotplug-online script
* reorganizes files/ and Makefile to reflect files destinations
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/https-dns-proxy/files/etc/uci-defaults')
-rw-r--r-- | net/https-dns-proxy/files/etc/uci-defaults/50-https-dns-proxy-migrate-options.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/https-dns-proxy/files/etc/uci-defaults/50-https-dns-proxy-migrate-options.sh b/net/https-dns-proxy/files/etc/uci-defaults/50-https-dns-proxy-migrate-options.sh new file mode 100644 index 000000000..8321ea99b --- /dev/null +++ b/net/https-dns-proxy/files/etc/uci-defaults/50-https-dns-proxy-migrate-options.sh @@ -0,0 +1,3 @@ +#!/bin/sh + sed -i "s|update_dnsmasq_config|dnsmasq_config_update|" "/etc/config/https-dns-proxy" + sed -i "s|wan6_trigger|procd_trigger_wan6|" "/etc/config/https-dns-proxy" |