Releases: drew2a/wireguard
Releases · drew2a/wireguard
Optional parameters for Ubuntu and Debian
Features
There are optional parameters were introduced:
--clients=<clients_count>
how many client's configs will be created--no-unbound
disables Unbound server installation (1.1.1.1 will be used as
a default DNS for client's configs)--no-reboot
disables rebooting at the end of the script execution
Example
wget https://raw.githubusercontent.com/drew2a/wireguard/master/wg-ubuntu-server-up.sh
chmod +x ./wg-ubuntu-server-up.sh
sudo ./wg-ubuntu-server-up.sh --no-unbound # run script without unbound installation
Ubuntu bug fixes
1.1.0: Debian
Debian 9+ support has been added.
1.0.0: Ubuntu
Features
- Server (Ubuntu 18.04+)
- unbound DNS resolver
- qrencode
- Client (all supported os)