aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add more warnings for uninstall optionStanislas Lange2023-01-221-0/+2
| | | | Fix https://github.com/angristan/wireguard-install/pull/176
* Fix removal of client configStanislas Lange2023-01-221-17/+31
|
* Fix firewall for Oracle cloud VMs (#334)turbozapekanka2023-01-221-2/+12
|
* Added listClients which lists all the wireguard profile names (#312)Elie Obeid2023-01-221-7/+22
| | | Co-authored-by: Stanislas Lange <git@slange.me>
* Typos and rewordings (#346)Xavier Le Vourch2023-01-222-9/+10
|
* Update cloud providersStanislas Lange2023-01-221-4/+3
|
* Update issue templateStanislas Lange2023-01-211-0/+1
|
* Add issue/PR templates, update READMEStanislas Lange2023-01-213-1/+35
|
* Add United States Location to Hetzner in Readme (#381)dotxyz2022-12-071-1/+1
|
* AlmaLinux support added (#345)Xavier Le Vourch2022-11-212-1/+17
|
* Remove trailing spaceStanislas Lange2022-10-161-1/+1
|
* remove default char "n" from uninstall step (#370)Hasan Aga2022-10-161-1/+2
|
* Update readme (#363)Shihaam Abdul Rahman2022-10-011-1/+1
| | | DO changed pricing, made $5 one to $6 and introduced a new $4 one.
* Update LICENSEStanislas2022-05-201-1/+1
|
* Bump actions/checkout from 2.4.0 to 3 (#326)dependabot[bot]2022-03-071-2/+2
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add SayThanks badgeStanislas2022-01-311-0/+1
|
* Update FUNDING.ymlStanislas2022-01-311-3/+0
|
* Bump actions/checkout from 2.3.4 to 2.4.0 (#285)dependabot[bot]2021-11-161-2/+2
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update supported versionsStanislas2021-11-122-1/+2
|
* Added support for Oracle Linux 8 (#269)Anatolii Cherednichenko2021-11-121-1/+13
| | | https://www.wireguard.com/install/#oracle-linux-8-uek6-tools
* Better IPv4 detection (#278)Ravinou2021-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | On some systems like Hetzner VM cloud i have a Point-to-Point interface so i have a peer address on the same line as my public IPv4 (look at peer here : https://linux.die.net/man/8/ip ) An example of `ip a` with peer is : ``` 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 96:00:00:a2:88:c2 brd ff:ff:ff:ff:ff:ff altname enp0s3 inet XX.XX.XX.XX peer XX.XX.XX.XX/32 brd XX.XX.XX.XX scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::9400:ff:fea2:88c2/64 scope link valid_lft forever preferred_lft forever ``` With a peer, the output of the command line 74 is : `XX.XX.XX.XX peer XX.XX.XX.XX` I just modify this line with awk to print only the first field which is always the IPv4. I think it's correct and it's work like a charm when there is a peer or not now. But tell me if it's not good for you :) Thanks for your work !
* Fix installation on Raspbian systems (#271)Andréi Pampukha2021-10-031-0/+1
| | | | Co-authored-by: Andrei Pampukha <andrei.pampukha@citynetwork.eu> Co-authored-by: Stanislas <stanislas.lange@pm.me>
* Add support for Debian 11 Bullseye (#262)Mikodev2021-08-222-4/+4
|
* Update FUNDING.ymlStanislas2021-06-051-3/+5
|
* Update dependabot.ymlStanislas2021-05-121-5/+1
|
* Bump actions/checkout from 2 to 2.3.4 (#232)dependabot[bot]2021-05-121-2/+2
| | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add hot reloading (#181)Filipe Melo2021-04-271-2/+2
|
* Remove unneeded packages on Arch Linux (#225)enolp2021-04-271-8/+1
|
* Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#215)dependabot[bot]2021-04-011-1/+1
| | | | | | | | | Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ludeeus/action-shellcheck/releases) - [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Be very explicit when WireGuard is not runningStanislas Lange2021-03-181-6/+10
|
* Improve IP parsing (fix #204)Stanislas Lange2021-03-181-6/+8
|
* Fix HOME_DIR check (#194)Stanislas2021-03-101-4/+12
| | | Fix #189
* Fix unnecessary reinstall of packages (#172)Patrick M2021-01-021-3/+3
|
* Update AdGuard default public DNS addresses (#162)glenn wolfe2020-12-081-2/+2
| | | | - Since September 2020, AdGuard public DNS servers have moved to new address. See here - https://adguard.com/en/blog/adguard-dns-new-addresses.html
* Forbid interface names exceeding 15 chars in length (#157)Julian Gaal2020-11-241-3/+3
|
* Add confirmation before removing WireGuard (#156)randomshell2020-11-141-33/+40
|
* Bump ludeeus/action-shellcheck from 0.5.0 to 1.0.0 (#152)dependabot[bot]2020-10-271-1/+1
| | | | | | | | | Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 0.5.0 to 1.0.0. - [Release notes](https://github.com/ludeeus/action-shellcheck/releases) - [Commits](https://github.com/ludeeus/action-shellcheck/compare/0.5.0...d586102c117f97e63d7e3b56629d269efc9a7c60) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* readme: update badgeStanislas2020-10-191-2/+2
|
* ci: update triggersStanislas Lange2020-10-101-1/+1
|
* Add forwarding eth0 -> wg0 (#132)Stefan A2020-10-101-2/+2
| | | | | If the FORWARD chain policy defaults to DENY, it must explicitly allow traffic from the external to the wg interface. To solve this, the patch just adds iptables -A FORWARD -i ${SERVER_PUB_NIC} -o ${SERVER_WG_NIC} -j ACCEPT;
* centos: update installation processStanislas Lange2020-10-101-5/+7
| | | | | | From https://www.wireguard.com/install/. Using kmod instead of dkms. Seems to work without reboot now. Close #118 #111 #147
* arch: Install LTS kernel headers when running LTS kernel (#135)Farzin Monsef2020-10-101-1/+7
|
* Add badges to READMEStanislas2020-10-021-0/+3
|
* Readme updated to include Hetzner in Finland (#141)pyramidenkoenig2020-09-231-1/+1
| | | Hetzner also has their own Datacenter in Helsinki, Finland. Mentioning this for completeness.
* remove duplicate if -d /etc/debian_version (#136)xiagw2020-09-211-6/+4
|
* Merge pull request #114 from Serpentiel/patch-1Stanislas2020-08-081-2/+2
|\ | | | | Updated client name input restrictions and hint
| * Updated client name input restrictions and hintAleksander2020-08-051-2/+2
|/
* Merge pull request #112 from randomshell/rebootStanislas2020-08-041-1/+1
|\ | | | | Fix reboot message
| * Fix reboot messagerandomshell2020-08-041-1/+1
|/
* Remove PPA removal for UbuntuStanislas Lange2020-08-041-1/+0
| | | | An oversight from https://github.com/angristan/wireguard-install/pull/109