wireguard-manager
wireguard-manager copied to clipboard
✔️ WireGuard-Manager is an innovative tool designed to streamline the deployment and management of WireGuard VPNs. Emphasizing user-friendliness and security, it simplifies the complexities of VPN con...
Wireguard manager should check if the UFW is used. If so, a prompt should come asking if a route should be set up for the wg0 interface. Because otherwise the...
error
Ubuntu 18.04 cat /etc/wireguard/wg0.conf PostUp = sysctl --write net.ipv4.ip_forward=1; sysctl --write net.ipv6.conf.all.forwarding=1; nft add table inet wireguard-wg0; nft add chain inet wireguard-wg0 wireguard_chain {type nat hook postrouting priority srcnat\;}; nft...
Check the `/etc/wireguard/wg0.conf` file and the other files; if there is an error, let the user know.
The uninstall wireguard make all proxmox unstable. Add img: 
I want to reinstall my VM and for this I need to backup the configuration in advance. I start the script and select No. 10 ``` What do you want...
### Discussed in https://github.com/complexorganizations/wireguard-manager/discussions/332 Originally posted by **Zonder730** July 13, 2022 Current version is v1.0.20200513. ubuntu@MyWireGuard:~$ wg --version wireguard-tools v1.0.20200513 - https://git.zx2c4.com/wireguard-tools/ If use sudo apt upgrade wireguard-tools i get...
Please support EndeavourOS (arch)
wireguard-manager It is blocked for several days quickly (less than a few hours) in Iran This happened a few months ago and the problem was solved with the new update...
The script is failing on Arch on my Linode instance. Is expecting to install the ifupdown package, but as far as I know that's a debian thing is it not?...