-
Hey, I'am experiencing a weird issue on my local blocky setup. My router (a FritzBox) us propagating my blocky server's IP address via DHCP to all clients and all clients seem to resolve all domains just fine. On a Windows PC I am experiencing something special with blocky being the main DNS. While using I'm only experiencing this with Windows' Why does it happen and is there a way to fix this "issue"? Is this caused by My config: upstream:
default:
- tcp-tls:1.1.1.1:853 # cloudflare
- tcp-tls:1.0.0.1:853 # cloudflare
- tcp-tls:1.1.1.2:853 # cloudflware anti-malware
- tcp-tls:1.0.0.2:853 # cloudflware anti-malware
- tcp-tls:8.8.8.8:853 # google
- tcp-tls:8.8.4.4:853 # google
- tcp-tls:9.9.9.9:853 # quad9
- tcp-tls:149.112.112.112:853 # quad9
clientLookup:
upstream: 192.168.0.1
singleNameOrder:
- 1
customDNS:
mapping:
locallyuseddomain.tld: 192.168.0.5 # this server also runs blocky, a reverse proxy for local services and other stuff
fritz.box: 192.168.0.1
blocking:
blockType: zeroIP
refreshPeriod: 120m
blackLists:
ads:
- https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- https://ewpratten.retrylife.ca/youtube_ad_blocklist/domains.txt
clientGroupsBlock:
default:
- ads |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Maybe you should better define fritz.box as conditional mapping, like this (this is from my config):
With this config, all queries like "fritz.box" and "client.fritz.box" will be forwarded to the fritzbox DNS server. |
Beta Was this translation helpful? Give feedback.
Hi,
try to remove the customDNS entry "fritz.box". Windows performs 2 dns queries automatically "domain.tld" and "domain.tld" with domain name (which is fritz.box). Since you defined "fritz.box" as customDNS, all queries with *.fritz.box will be answered with fritzbox IP. I think, this is similar behaviour (#298).
Maybe you should better define fritz.box as conditional mapping, like this (this is from my config):
With this config, all queries like "fritz.box" and "client.fritz.box" will be forwarded to the fritzbox DNS server.