mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 14:24:42 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user