Nordic DNS Blocklist is a curated hosts file containing domains known to serve ads, tracking scripts, and behavioral analytics - with a focus on those active in the Nordic countries
(Denmark, Sweden, Norway, Finland, and Iceland), but is not limited to them.
It is not intended to be a complete blocklist, but rather a targeted extension to improve privacy for users in the Nordics.
If you're already using other popular blocklists, this list is meant to complement them by adding region-specific domains that might be missed elsewhere.
This blocklist is compatible with:
- All major operating systems (Linux, Unix, macOS, Windows)
- Adguard Home
- Pi-hole
- Router-level DNS filtering
- DNS proxies like
dnsmasqor Acrylic DNS Proxy
The list uses the 0.0.0.0 domain.com format - a standard hosts file syntax supported across most platforms and DNS filtering applications.
To use this blocklist in Adguard Home:
-
Open the Web Admin Interface
-
Go to Filters > DNS blocklists
-
Add the following URL:
https://raw.githubusercontent.com/PaulSorensen/nordic-dns-blocklist/main/hosts -
Click Save
-
Click Check for updates
This will merge the list with your existing blocklists.
To use this blocklist in Pi-hole:
-
Open the Web Admin Interface
-
Go to Lists
-
Add the following URL:
https://raw.githubusercontent.com/PaulSorensen/nordic-dns-blocklist/main/hosts -
Click Add blocklist
-
Update Gravity under Tools > Update Gravity
This will merge the list with your existing blocklists.
You can manually append this list to your system’s hosts file:
- Linux/Unix:
/etc/hosts - macOS:
/etc/hostsor/private/etc/hosts(depending on version) - Windows:
%SystemRoot%\system32\drivers\etc\hosts
Sudo/administrator privileges are required to modify the
hostsfile.
After editing the hosts file, flush your DNS cache:
-
Linux (systemd-based):
sudo resolvectl flush-caches
-
macOS:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder -
Windows:
ipconfig /flushdns
This project is licensed under the MIT License.
See the LICENSE file for details.