EonaCat.Dns 4.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package EonaCat.Dns --version 4.0.4
NuGet\Install-Package EonaCat.Dns -Version 4.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EonaCat.Dns" Version="4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EonaCat.Dns --version 4.0.4
#r "nuget: EonaCat.Dns, 4.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EonaCat.Dns as a Cake Addin
#addin nuget:?package=EonaCat.Dns&version=4.0.4

// Install EonaCat.Dns as a Cake Tool
#tool nuget:?package=EonaCat.Dns&version=4.0.4

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.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EonaCat.Dns:

Package Downloads
EonaCat.Blocky The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Blocky is the Dns GUI for EonaCat.Dns Blocking domains the way you want it.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.4 101 4/8/2024

Created for Blocky
Blocking domains the way you want it.
https://blocky.eonacat.com/