minus-square大きいBOY@lemmy.blahaj.zonetoSelfhosted@lemmy.world•How do you host your DNS sinkhole/resolver?linkfedilinkEnglisharrow-up1·edit-28 hours ago How do you host your DNS sinkhole/resolver? Like this, baby: services.adguardhome = { enable = true; mutableSettings = false; openFirewall = true; settings = { dns = { # Web Interface bootstrap_dns = ["9.9.9.9" "149.112.112.112"]; upstream_dns = ["https://dns.quad9.net/dns-query"]; fallback_dns = ["tls://dns.quad9.net"]; }; filters = [ { name = "AdGuard DNS filter"; url = "https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt"; enabled = true; } ]; filtering = { blocked_services = { ids = [ ]; }; protection_enabled = true; filtering_enabled = true; rewrites = [ ]; }; Deploy to the main home server, and the backup instance. NixOS is fucking awesome. No sync tool needed. linkfedilink
minus-square大きいBOY@lemmy.blahaj.zonetoTechnology@lemmy.world•Android is now warning of Firefox sharing datalinkfedilinkEnglisharrow-up7·3 days agoIron fox is another option. linkfedilink
minus-square大きいBOY@lemmy.blahaj.zonetoTechnology@lemmy.world•Digital Fingerprinting: Google launched a new era of tracking worse than cookie banners | TutalinkfedilinkEnglisharrow-up0·24 days agoIt annoys me that this is not on by default… linkfedilink
Like this, baby:
services.adguardhome = { enable = true; mutableSettings = false; openFirewall = true; settings = { dns = { # Web Interface bootstrap_dns = ["9.9.9.9" "149.112.112.112"]; upstream_dns = ["https://dns.quad9.net/dns-query"]; fallback_dns = ["tls://dns.quad9.net"]; }; filters = [ { name = "AdGuard DNS filter"; url = "https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt"; enabled = true; } ]; filtering = { blocked_services = { ids = [ ]; }; protection_enabled = true; filtering_enabled = true; rewrites = [ ]; };
Deploy to the main home server, and the backup instance. NixOS is fucking awesome. No sync tool needed.