aboutsummaryrefslogtreecommitdiff
path: root/wireguard-install.sh
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #106 from angristan/debian-backportsStanislas2020-07-301-5/+14
|\
| * Fix Debian installation: use backportsStanislas Lange2020-07-291-5/+14
* | Add colonIan2020-07-271-2/+2
|/
* Change check for previously installed wireguardrandomshell2020-06-261-3/+3
* Arch: do not install wireguard-arch (#84)Deface2020-06-141-1/+1
* style(script) format with shfmtStanislas Lange2020-04-281-118/+120
* chore(args): rename add_client to add-clientStanislas Lange2020-04-281-2/+2
* Mitigate Debian packaging issueStanislas Lange2020-04-261-0/+1
* Generate unique pre-shared key for each client (#69)Jelle Dekker2020-04-221-4/+4
* Add support for adding multiple clients (#58)Stanislas2020-04-081-61/+88
* Add missing colons to setup questionsStanislas Lange2020-04-031-5/+5
* Prompt with random port during setup (#64)randomshell2020-04-031-1/+2
* Fix shellcheckStanislas Lange2020-03-211-3/+3
* Use native WireGuard in Fedora >= 32 + support firewalld (#55)Andrew Prokhorenkov2020-03-211-7/+19
* Fix shellcheckStanislas Lange2020-03-211-1/+1
* Add warning on Fedora/CentOS when WG is not running because of kernel version...Stanislas Lange2020-03-211-1/+18
* Install packages non-interactivelyangristan2020-02-151-12/+13
* Rename variableangristan2020-02-151-4/+3
* Show client conf as QR Code after installangristan2020-02-111-5/+9
* Install software-properties-common on Ubuntu to add PPAangristan2020-01-121-0/+1
* added missing package - resolvconfShyam Jos2019-10-191-2/+2
* Arch Linux: install wireguard-arch kernel moduleangristan2019-08-241-1/+1
* Merge pull request #26 from outis151/patch-1Stanislas2019-08-081-2/+2
|\
| * Fix compatibility issues with UFW Firewalloutis1512019-07-201-2/+2
* | Prevent word splittingangristan2019-08-081-2/+2
* | Make sure iptables is installedangristan2019-08-081-5/+5
* | Make sure kernel headers are installedangristan2019-08-081-1/+4
|/
* 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
* 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
* fixed client ipsShagon942019-05-171-1/+1
* Fix client IPsStanislas2019-05-171-1/+1
* Add support for Debian, Fedora, CentOS and Archangristan2019-05-121-3/+35
* Update wireguard-install.shMarcel Goessel2019-05-081-1/+1
* Abort the script if OpenVZ or LXCangristan2019-05-051-0/+14
* Make shellcheck happyangristan2019-05-051-5/+5
* WIP: Read parameters from user, add DNSangristan2019-05-051-6/+38
* Initial commitangristan2019-05-051-0/+53