net/https-dns-proxy: Update to 2018-01-28

+ initial DNS resolve via proxy
+ option of subnet address
+ option of proxy server

Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
This commit is contained in:
Jemy Zhang
2018-03-07 17:22:19 +08:00
parent cba7023cf2
commit 1831d97cf1
3 changed files with 16 additions and 4 deletions

View File

@@ -3,3 +3,5 @@ config https_dns_proxy
option listen_port '5053'
option user 'nobody'
option group 'nogroup'
option subnet_addr ''
option proxy_server ''