Introduction If you are trying to set up a wireguard based VPN on a system like Ubuntu 20.04 and are using systemd-resolved, you may have come across the following problem: even if you set the wildcard domain on your wireguard interface your DNS queries do not exclusively go to the server(s) you configured for your… Continue reading A Method To Prevent DNS Leaks With Wireguard
Tag: Linux
Run Both A Syncthing Discovery And Relay Server Over Port 443
Introduction From Wikipedia: “Syncthing is a free, open-source peer-to-peer file synchronization application available for Windows, macOS, Linux, Android, Solaris, Darwin, and BSD. It can sync files between devices on a local network, or between remote devices over the Internet. Data security and data safety are built into the design of the software.” [1] If you… Continue reading Run Both A Syncthing Discovery And Relay Server Over Port 443
DIY DNS-Over-HTTPS (DOH) Server With Nginx
Introduction One of the easiest ways to enhance your online privacy is to encrypt your DNS traffic. I believe that the best solution for a privacy minded individual user is DNS-Over-HTTPS (DOH), which is currently undergoing standardization by the IETF as RFC 8484. If you are like me and want the most privacy possible, you… Continue reading DIY DNS-Over-HTTPS (DOH) Server With Nginx