Blocky Blocking domains the way you want it. Copyright EonaCat (Jeroen Saey) 2017-2023 https://blocky.eonacat.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
EonaCat db1d7bcdfe
Updated
3 days ago
Views Updated 3 days ago
eonacatdns/wwwroot Updated 3 days ago
runtimes Updated 2 months ago
wwwroot Updated 4 days ago
.gitignore Initial commit 2 months ago
EonaCat.Attributes.dll Initial version 2 months ago
EonaCat.Blocky.deps.json Updated 3 days ago
EonaCat.Blocky.dll Updated 3 days ago
EonaCat.Blocky.exe Updated 3 days ago
EonaCat.Blocky.runtimeconfig.json Updated 2 weeks ago
EonaCat.Blocky.xml Updated 2 weeks ago
EonaCat.Cache.Memory.dll Updated 1 month ago
EonaCat.Commands.dll Updated 4 weeks ago
EonaCat.Controls.dll Updated 1 month ago
EonaCat.Dns.dll Updated 3 days ago
EonaCat.Dns.xml Updated 2 weeks ago
EonaCat.Extensions.Json.dll Updated 2 months ago
EonaCat.Extensions.dll Updated 4 weeks ago
EonaCat.Helpers.dll Updated 6 days ago
EonaCat.Json.dll Updated 2 months ago
EonaCat.Logger.dll Updated 2 months ago
LICENSE Initial commit 2 months ago
Microsoft.AspNet.SignalR.Core.dll Updated 4 weeks ago
Microsoft.AspNet.SignalR.SystemWeb.dll Updated 4 weeks ago
Microsoft.Data.Sqlite.dll Updated 2 weeks ago
Microsoft.Owin.Host.SystemWeb.dll Updated 4 weeks ago
Microsoft.Owin.Security.dll Updated 4 weeks ago
Microsoft.Owin.dll Updated 4 weeks ago
Microsoft.Win32.SystemEvents.dll Initial version 2 months ago
Newtonsoft.Json.dll Updated 4 weeks ago
Owin.dll Updated 4 weeks ago
README.md Updated 1 month ago
SQLite-net.dll Initial version 2 months ago
SQLitePCLRaw.batteries_v2.dll Updated 2 weeks ago
SQLitePCLRaw.core.dll Updated 2 months ago
SQLitePCLRaw.provider.e_sqlite3.dll Updated 2 months ago
System.Configuration.ConfigurationManager.dll Initial version 2 months ago
System.Drawing.Common.dll Initial version 2 months ago
System.Runtime.Caching.dll Initial version 2 months ago
System.Security.Cryptography.ProtectedData.dll Initial version 2 months ago
System.Security.Permissions.dll Initial version 2 months ago
System.Windows.Extensions.dll Initial version 2 months ago
appsettings.Development.json Initial version 2 months ago
appsettings.json Initial version 2 months ago
blocky.json Updated 3 days ago
libman.json Updated 4 weeks ago
web.config Initial version 2 months ago

README.md

Blocky

Blocky Blocking domains the way you want it. Copyright EonaCat (Jeroen Saey) 2017-2023 https://blocky.eonacat.com

Windows notice:

It could be that you need to run the following command in CMD: net stop http

Linux 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
  1. Open the resolved.conf using the command:
sudo nano /etc/systemd/resolved.conf
  1. 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
  1. Save the file and quit.

  2. 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
  1. Reboot your system.

  2. Port 53 is now free for Blocky to use.