remove unnecessary dnsmasq proxy between bind9/tor
This commit is contained in:
@ -20,7 +20,8 @@ options {
|
||||
//========================================================================
|
||||
dnssec-validation auto;
|
||||
|
||||
listen-on-v6 port 55 { ::1; };
|
||||
listen-on port 55 { 127.0.0.1; };
|
||||
listen-on-v6 port 53 { ::1; };
|
||||
listen-on port 53 { 127.0.0.1; };
|
||||
recursion yes;
|
||||
validate-except {"onion";};
|
||||
};
|
||||
|
@ -1,6 +0,0 @@
|
||||
interface=lo
|
||||
server=127.0.0.1#55
|
||||
server=/.onion/127.0.0.1#54
|
||||
no-resolv
|
||||
cache-size=10000
|
||||
dnssec
|
Reference in New Issue
Block a user