Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install packages non-interactively | angristan | 2020-02-15 | 1 | -12/+13 |
| | |||||
* | Rename variable | angristan | 2020-02-15 | 1 | -4/+3 |
| | |||||
* | Show client conf as QR Code after install | angristan | 2020-02-11 | 1 | -5/+9 |
| | | | | Fix #49 | ||||
* | Install software-properties-common on Ubuntu to add PPA | angristan | 2020-01-12 | 1 | -0/+1 |
| | | | | Fix #48 | ||||
* | added missing package - resolvconf | Shyam Jos | 2019-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | without resolvconf package, systemd unit file will fail in Debian 10 and ubuntu 18.04 or higher versions see error below ``` Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip link add wg0 type wireguard Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] wg setconf wg0 /dev/fd/63 Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip -4 address add 10.9.0.3/24 dev wg0 Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip link set mtu 1420 up dev wg0 Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] resolvconf -a wg0 -m 0 -x Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: /usr/bin/wg-quick: line 31: resolvconf: command not found Oct 17 12:11:39 Asus-VivoBook wg-quick[25620]: [#] ip link delete dev wg0 Oct 17 12:11:39 Asus-VivoBook systemd[1]: wg-quick@wg0.service: Main process exited ``` more info here : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930735 | ||||
* | Arch Linux: install wireguard-arch kernel module | angristan | 2019-08-24 | 1 | -1/+1 |
| | | | | Fix #33 | ||||
* | Merge pull request #26 from outis151/patch-1 | Stanislas | 2019-08-08 | 1 | -2/+2 |
|\ | | | | | Fix compatibility issues with UFW Firewall | ||||
| * | Fix compatibility issues with UFW Firewall | outis151 | 2019-07-20 | 1 | -2/+2 |
| | | | | | | This fixed no tunnel connectivity issue for me using UFW | ||||
* | | Prevent word splitting | angristan | 2019-08-08 | 1 | -2/+2 |
| | | | | | | | | Make CI happy (shellcheck - SC2046) | ||||
* | | Make sure iptables is installed | angristan | 2019-08-08 | 1 | -5/+5 |
| | | | | | | | | Fix #28 | ||||
* | | Make sure kernel headers are installed | angristan | 2019-08-08 | 1 | -1/+4 |
|/ | | | | Fix #24. On Fedora/CentOS, kernel-headers is a dependency | ||||
* | Update names and default selection | Luca Lacerda | 2019-06-08 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' into master | Luca Lacerda | 2019-06-08 | 1 | -5/+6 |
|\ | |||||
| * | Detect rather than ask IP Version | Leopere | 2019-06-05 | 1 | -5/+6 |
| | | |||||
* | | Update confirmation | Luca Albuquerque | 2019-06-05 | 1 | -4/+6 |
| | | |||||
* | | Update names | Luca Albuquerque | 2019-06-04 | 1 | -2/+2 |
| | | |||||
* | | Add symmetric key option | Luca Albuquerque | 2019-06-04 | 1 | -0/+10 |
|/ | |||||
* | Fix endpoint when IPv6 is used | angristan | 2019-05-24 | 1 | -1/+9 |
| | | | | Fix #10 | ||||
* | Enfore restrictive permissions on /etc/wireguard | angristan | 2019-05-24 | 1 | -0/+2 |
| | |||||
* | Make sure /etc/wireguard exists | angristan | 2019-05-24 | 1 | -0/+3 |
| | |||||
* | Fix endpoint port | angristan | 2019-05-23 | 1 | -1/+1 |
| | | | | Fix #18 | ||||
* | fixed client ips | Shagon94 | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | Fix client IPs | Stanislas | 2019-05-17 | 1 | -1/+1 |
| | | | Should fix #14 | ||||
* | Add support for Debian, Fedora, CentOS and Arch | angristan | 2019-05-12 | 1 | -3/+35 |
| | |||||
* | Update wireguard-install.sh | Marcel Goessel | 2019-05-08 | 1 | -1/+1 |
| | | | fix little typo | ||||
* | Abort the script if OpenVZ or LXC | angristan | 2019-05-05 | 1 | -0/+14 |
| | | | | Fix #8 | ||||
* | Make shellcheck happy | angristan | 2019-05-05 | 1 | -5/+5 |
| | |||||
* | WIP: Read parameters from user, add DNS | angristan | 2019-05-05 | 1 | -6/+38 |
| | |||||
* | Initial commit | angristan | 2019-05-05 | 1 | -0/+53 |