remove unnecessary dnsmasq proxy between bind9/tor

This commit is contained in:
Daniel Winzen
2021-10-01 22:34:35 +02:00
parent 68aa405f15
commit 8d5ded3bf6
4 changed files with 6 additions and 11 deletions

View File

@ -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";};
};

View File

@ -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