Skip to content

Releases: drew2a/wireguard

Optional parameters for Ubuntu and Debian

11 Feb 17:16
0185a1b
Compare
Choose a tag to compare

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

09 Nov 00:16
b399f95
Compare
Choose a tag to compare

Bug fixes:

1.1.0: Debian

25 Sep 16:53
Compare
Choose a tag to compare

Debian 9+ support has been added.

1.0.0: Ubuntu

25 Sep 16:39
Compare
Choose a tag to compare

Features

  • Server (Ubuntu 18.04+)
    • unbound DNS resolver
    • qrencode
  • Client (all supported os)