netblue30 / fdns

Firejail DNS-over-HTTPS Proxy Server
GNU General Public License v3.0
121 stars 30 forks source link

Firejail DNS-over-HTTPS Proxy Server

 
Network Security Introduction
Network Security Introduction
Firejail Encrypted DNS HowTo
Firejail Encrypted DNS HowTo
 

FDNS is an encrypted DNS proxy designed for small networks and Linux desktops. Lean and mean, it protects your computer from some of the most common cyber threats, while also improving privacy and the system performance.

FDNS is written in C and licensed under GPLv3. We use only DoH and DoT services from non-logging and non-censoring providers, while preferring small operators such as open-source enthusiasts and privacy-oriented non-profit organizations.

 
 

Features

![FDNS monitor](monitor1.png)
 

Build and Install

````` sudo apt install build-essential make git sudo apt install libseccomp-dev libssl-dev git clone --recursive https://github.com/netblue30/fdns cd fdns ./configure --prefix=/usr --enable-apparmor make sudo make install (to uninstall) sudo make uninstall `````
 

About us

 
FDNS is a community project. We are not affiliated with any company, and we don’t have any commercial goals. Our focus is the Linux desktop. Home users and Linux beginners are our target market. The software is built by a large international team of volunteers on GitHub. Expert or regular Linux user, you are welcome to join us! Security bugs are taken seriously, please email them to netblue30 at protonmail.com.
 

Development release 0.9.75:

When you clone the project please run `````git clone --recursive https://github.com/netblue30/fdns`````