dnsproxy: add three new features
[feed/packages.git] / net / dnsproxy / files / dnsproxy.config
index 90feb94d468b5904bd8949523828cf666d1c9ed3..ac704a7bb43d581f8b01accabfc12c997b609dfc 100644 (file)
@@ -37,8 +37,19 @@ config dnsproxy 'edns'
        option enabled '0'
        option edns_addr ''
 
+config dnsproxy 'private_rdns'
+       option enabled '0'
+       list upstream '127.0.0.1:53'
+
 config dnsproxy 'servers'
        list bootstrap 'tls://8.8.8.8'
        list fallback 'tls://9.9.9.9'
        list upstream 'tls://1.1.1.1'
 
+config dnsproxy 'tls'
+       option enabled '0'
+       option tls_crt ''
+       option tls_key ''
+       option https_port '8443'
+       option tls_port '853'
+       option quic_port '853'