Advanced Search
Search Results
22 total results found
Settings dnscrypt-proxy.toml
This is a working example, copy / paste the below code inside your file dnscrypt-proxy.toml # Empty listen_addresses to use systemd socket activation listen_addresses = ['127.0.0.1:53'] #listen_addresses = ['127.0.0.1:53', '172.29.172.1:53', '172.17.0.1:53'...
Settings for resolv.conf
Below is the correct setting of the file resolv.conf so all the DNS request to resolve through the DNScrypt-proxy.The file is locate at the /etc/resolv.confOpen the terminal and type the below command : nano /etc/resolv.conf Remove EVERYTHING inside that fil...
Clients applications and configure
Windows App Go to the below link and download the application WireSock Secure Connect. https://wiresock.net/wiresock-secure-connect/download Android App Go to the below link and download the application WG Tunnel. From Google Play https://play.google.co...
Managing WireGuard Logs with Systemd and Logrotate
When managing a VPN like WireGuard, logging is crucial for monitoring activity, debugging issues, and ensuring security. But if left unchecked, logs can grow rapidly and become unmanageable. In this guide, we’ll set up Systemd to capture WireGuard logs dynami...