Network Security Introduction |
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.
- Network of 200+ non-logging/non-censoring service providers spread across the globe. Access to specialized services such as family filtering, adblocking, security, OpenNIC.
- Blocking ads, trackers, coinminers, phishing.
- DNS resolver cache and DNS firewall targeting various DNS attack techniques.
- Highly scalable multi-process design and built-in support for various security technologies such as seccomp, Linux namespaces, and AppArmor.
- Seamless integration with Firejail Security Sandbox.
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
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.
- Webpage: https://firejaildns.wordpress.com
- Development: https://github.com/netblue30/fdns
- Documentation: https://github.com/netblue30/fdns/wiki (wiki)
- Download: https://github.com/netblue30/fdns/releases
- Support: https://github.com/netblue30/fdns/issues (GitHub)
- FAQ: https://github.com/netblue30/fdns/wiki/FAQ (wiki)
When you clone the project please run git clone --recursive https://github.com/netblue30/fdns