added the unix socket support to httpd dns

This commit is contained in:
2014-09-28 02:51:57 +00:00
parent 39ab9d0320
commit db9be394f3
4 changed files with 78 additions and 13 deletions

View File

@ -142,12 +142,14 @@ server-default {
dns-enabled = yes; # yes, no
dns-server = "192.168.1.1:53";
#dns-server = "[::1]:53";
#dns-server = "@/tmp/dns.sock"; # unix socket prefixed with @
#dns-timeout = 3
#dns-retries = 2
dns-queries = a, aaaa;
#urs-enabled = yes; # no, yes,
#urs-server = "127.0.0.1:97";
#urs-server = "@/tmp/urs.sock"; # unix socket prefixed with @
#urs-timeout = 1;
#urs-retries = 4;
#urs-prerewrite-hook = "ext-1";