Wireguard Setup

Setup WireGuard Client using systemd Installation Install: openresolv wireguard-tools Uninstall systemd-resolvconf if exits, due to potential DNS leak issue Configuration Install the config file to the WireGuard configuration directory on your Linux client: sudo install -o root -g root -m 600 <username>.conf /etc/wireguard/wg0.conf Start the WireGuard VPN: sudo systemctl start wg-quick@wg0 Check that it started properly: sudo systemctl status wg-quick@wg0 Verify the connection to the AlgoVPN: sudo wg See that your client is using the IP address of your AlgoVPN: curl ipv4....

December 4, 2021