aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Prompt with random port during setup (#64)randomshell2020-04-031-1/+2
|
* Make README more friendlyStanislas Lange2020-03-271-9/+11
|
* Fix shellcheckStanislas Lange2020-03-212-4/+4
|
* Use native WireGuard in Fedora >= 32 + support firewalld (#55)Andrew Prokhorenkov2020-03-211-7/+19
|
* Fix shellcheckStanislas Lange2020-03-212-2/+2
|
* Add warning on Fedora/CentOS when WG is not running because of kernel ↵Stanislas Lange2020-03-211-1/+18
| | | | | | versions mismatch cf https://github.com/angristan/wireguard-install/issues/30
* Install packages non-interactivelyangristan2020-02-151-12/+13
|
* Rename variableangristan2020-02-151-4/+3
|
* Fix Shellcheck in GitHub action (#51)Stanislas2020-02-111-1/+3
|
* Show client conf as QR Code after installangristan2020-02-111-5/+9
| | | | Fix #49
* Install software-properties-common on Ubuntu to add PPAangristan2020-01-121-0/+1
| | | | Fix #48
* Update README.mdStanislas2019-11-081-0/+6
|
* Update actionStanislas2019-10-301-1/+1
|
* Update actionStanislas2019-10-301-1/+1
|
* Update actionStanislas2019-10-301-1/+1
|
* Merge pull request #41 from shyamjos/patch-1Stanislas2019-10-291-2/+2
|\ | | | | added missing package - resolvconf
| * added missing package - resolvconfShyam Jos2019-10-191-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 moduleangristan2019-08-241-1/+1
| | | | Fix #33
* Merge pull request #31 from angristan/actions-yamlStanislas2019-08-162-9/+11
|\ | | | | convert main.workflow to Actions V2 yml file
| * convert main.workflow to Actions V2 yml fileangristan2019-08-162-9/+11
|/
* Merge pull request #26 from outis151/patch-1Stanislas2019-08-081-2/+2
|\ | | | | Fix compatibility issues with UFW Firewall
| * Fix compatibility issues with UFW Firewalloutis1512019-07-201-2/+2
| | | | | | This fixed no tunnel connectivity issue for me using UFW
* | Prevent word splittingangristan2019-08-081-2/+2
| | | | | | | | Make CI happy (shellcheck - SC2046)
* | Make sure iptables is installedangristan2019-08-081-5/+5
| | | | | | | | Fix #28
* | README: Add link to WireGuard's websiteangristan2019-08-081-1/+1
| |
* | Make sure kernel headers are installedangristan2019-08-081-1/+4
| | | | | | | | Fix #24. On Fedora/CentOS, kernel-headers is a dependency
* | Update the README to specify what the script can currently doangristan2019-08-071-0/+4
|/
* Create FUNDING.ymlStanislas2019-07-011-0/+3
|
* Merge pull request #19 from lucawen/masterStanislas2019-06-091-0/+13
|\ | | | | | | | | Add support for pre-shared symmetric key Fix #12
| * Update names and default selectionLuca Lacerda2019-06-081-2/+3
| |
| * Merge branch 'master' into masterLuca Lacerda2019-06-081-5/+6
| |\ | |/ |/|
* | Merge pull request #22 from Leopere/ipversion-detectStanislas2019-06-061-5/+6
|\ \ | | | | | | Detect IPv6 usage
| * | 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 Shellcheck actionangristan2019-05-261-1/+1
|
* Fix endpoint when IPv6 is usedangristan2019-05-242-2/+10
| | | | 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
* Merge pull request #16 from Shagon94/masterStanislas2019-05-171-1/+1
|\ | | | | Fix IPv6 client IP
| * fixed client ipsShagon942019-05-171-1/+1
|/
* Fix client IPsStanislas2019-05-171-1/+1
| | | Should fix #14
* Remove Travis, but keep Action :)angristan2019-05-121-4/+0
|
* ShellCheck: exclude SC1091 ruleangristan2019-05-121-1/+1
|
* Update ShellCheck GitHub actionangristan2019-05-121-2/+2
|
* Update ShellCheck GitHub actionangristan2019-05-121-3/+4
|
* Add usage instructionsangristan2019-05-121-0/+15
|
* Add support for Debian, Fedora, CentOS and Archangristan2019-05-122-3/+45
|