mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-03 18:04:40 +01:00
Page:
dnscrypt proxy in the media
Pages
Anonymized DNS
Building dnscrypt proxy for jailbroken iOS
Building from source
Building the Android version on non Android OS
Checking
Cloaking
Combining Blocklists
Configuration Sources
Configuration
Connecting to a remote dnscrypt proxy client from Android Pie using DNS over TLS
DNS server sources
DNSCrypt server with vultr.com
Differences to v1
Filters
Forwarding
Home
How to setup your own DNSCrypt server in less than 10 minutes
Installation Gentoo
Installation Windows
Installation linux
Installation macOS
Installation on Alpine Linux
Installation on Arch Linux
Installation on Debian and Ubuntu
Installation on EdgeOS
Installation on OpenWrt
Installation on Pi hole
Installation pfsense
Installation
Load Balancing Options
Local DoH
Logging
Manually updating your DNSCrypt server
Oblivious DoH
Performance
Public blacklists
Public blocklist
Setting up dnscrypt proxy on Gentoo Linux based gateway
Stamps
Takeup hub
Updates
Windows NCSI
dnscrypt proxy in the media
planned features
systemd
No results
4
dnscrypt proxy in the media
Sebastian Schmidt edited this page 2018-07-01 22:44:22 +00:00
This page is designed to list some media reviews and guides which is directly related to the dnscrypt-proxy project.
- Ars Technica
- ArchWiki DNSCrypt
- DNSCrypt Project Overview on Wikipedia
- CK's Blog - DNSCrypt Setup Guides and project status overview
- DNSCRYPT FÜR MEHR SICHERHEIT UND PRIVATSPHÄRE
- dnscrypt-proxy v2 /r/netsec via reddit
- Ending DNS Hijacking with DNSCrypt
Todo:
- Sort the list per Linux, Windows, (date?)
- Better look/view, maybe table?!
- Better link reference to get pingback to this GitHub
- Home
- Installation
- Configuration
- Checking that your DNS traffic is encrypted
- Automatic Updates
- Server sources
- Combining blocklists
- Public Blocklist and other configuration files
- Building from source
- Run your own DNSCrypt server in under 10 minutes
- DNS stamps specifications
- Windows Tips
- dnscrypt-proxy in the media
- Planned Features
In somecases if you want to run dnscrypt-proxy as a non-root user you'll get the error "[FATAL] listen udp 0.0.0.0:53: bind: permission denied"
to solve this problem you can run the following command and allow dnscrypt to have access to a low level port :
sudo setcap cap_net_bind_service=+ep $(which dnscrypt-proxy)