Releases Tags
-
Blocky
released this 23 hours ago | 0 commits to main since this release
Blocky
Blocky
Blocking domains the way you want it.
Copyright EonaCat (Jeroen Saey) 2017-2023
https://blocky.eonacat.comWindows notice:
It could be that you need to run the following command in CMD:
net stop httpLinux notice:
If you want to install Blocky on a Linux environment be sure that port 53 is free.
(If there is no command output there is no other application using port 53)You can check if the port is free using the following command:
sudo lsof -i :53
- Open the resolved.conf using the command:
sudo nano /etc/systemd/resolved.conf
- Uncomment the following lines and set their values:
[Resolve] DNS=127.0.0.1 #FallbackDNS= #Domains= #LLMNR=no #MulticastDNS=no #DNSSEC=no #DNSOverTLS=no #Cache=no DNSStubListener=no #ReadEtcHosts=yes
-
Save the file and quit.
-
Create a symbolic link for /run/systemd/resolve/resolv.conf with /etc/resolv.conf as the destination:
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
-
Reboot your system.
-
Port 53 is now free for Blocky to use.
Downloads