aboutsummaryrefslogtreecommitdiff
path: root/wireguard-install.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* | Prevent word splittingangristan2019-08-081-2/+2
| | | | | | | | Make CI happy (shellcheck - SC2046)
* | Make sure iptables is installedangristan2019-08-081-5/+5
| | | | | | | | Fix #28
* | Make sure kernel headers are installedangristan2019-08-081-1/+4
|/ | | | Fix #24. On Fedora/CentOS, kernel-headers is a dependency
* Update names and default selectionLuca Lacerda2019-06-081-2/+3
|
* Merge branch 'master' into masterLuca Lacerda2019-06-081-5/+6
|\
| * Detect rather than ask IP VersionLeopere2019-06-051-5/+6
| |
* | Update confirmationLuca Albuquerque2019-06-051-4/+6
| |
* | Update namesLuca Albuquerque2019-06-041-2/+2
| |
* | Add symmetric key optionLuca Albuquerque2019-06-041-0/+10
|/
* Fix endpoint when IPv6 is usedangristan2019-05-241-1/+9
| | | | Fix #10
* Enfore restrictive permissions on /etc/wireguardangristan2019-05-241-0/+2
|
* Make sure /etc/wireguard existsangristan2019-05-241-0/+3
|
* Fix endpoint portangristan2019-05-231-1/+1
| | | | Fix #18
* fixed client ipsShagon942019-05-171-1/+1
|
* Fix client IPsStanislas2019-05-171-1/+1
| | | Should fix #14
* Add support for Debian, Fedora, CentOS and Archangristan2019-05-121-3/+35
|
* Update wireguard-install.shMarcel Goessel2019-05-081-1/+1
| | | fix little typo
* Abort the script if OpenVZ or LXCangristan2019-05-051-0/+14
| | | | Fix #8
* Make shellcheck happyangristan2019-05-051-5/+5
|
* WIP: Read parameters from user, add DNSangristan2019-05-051-6/+38
|
* Initial commitangristan2019-05-051-0/+53