https-dns-proxy: Update for reverted commit

* Reapplied daf538d8c6
* Updated README
* Replaced the ipv4_resolvers option with a ipv6_resolvers_only option

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
Gerard Ryan
2020-02-02 13:08:46 +10:00
parent 093aa472c8
commit 3d9b512685
4 changed files with 25 additions and 23 deletions

View File

@@ -8,8 +8,6 @@ config https-dns-proxy
option listen_port '5053'
option user 'nobody'
option group 'nogroup'
option ipv4_resolvers '1'
option verbosity '0' # fatal = 0, error = 1, warning = 2, info = 3, debug = 4
config https-dns-proxy
option bootstrap_dns '1.1.1.1,1.0.0.1'
@@ -18,5 +16,3 @@ config https-dns-proxy
option listen_port '5054'
option user 'nobody'
option group 'nogroup'
option ipv4_resolvers '1'
option verbosity '0' # fatal = 0, error = 1, warning = 2, info = 3, debug = 4