aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add Alpine Linux support (#539)doas enjoyer2025-01-271-0/+1
|
* Remove visitors badgeStanislas Lange2023-01-221-1/+0
|
* Add star history (#423)Stanislas2023-01-221-0/+4
|
* Fix link in READMEStanislas Lange2023-01-221-2/+2
|
* Fix support for CentOS, Rocky and AlmaLinuxStanislas Lange2023-01-221-5/+6
| | | | | | Fix https://github.com/angristan/wireguard-install/pull/253 Fix https://github.com/angristan/wireguard-install/issues/374 Fix https://github.com/angristan/wireguard-install/issues/231
* Typos and rewordings (#346)Xavier Le Vourch2023-01-221-1/+1
|
* Update cloud providersStanislas Lange2023-01-221-4/+3
|
* Add issue/PR templates, update READMEStanislas Lange2023-01-211-1/+19
|
* Add United States Location to Hetzner in Readme (#381)dotxyz2022-12-071-1/+1
|
* AlmaLinux support added (#345)Xavier Le Vourch2022-11-211-0/+1
|
* Update readme (#363)Shihaam Abdul Rahman2022-10-011-1/+1
| | | DO changed pricing, made $5 one to $6 and introduced a new $4 one.
* Add SayThanks badgeStanislas2022-01-311-0/+1
|
* Update supported versionsStanislas2021-11-121-0/+1
|
* Add support for Debian 11 Bullseye (#262)Mikodev2021-08-221-1/+1
|
* readme: update badgeStanislas2020-10-191-2/+2
|
* 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.
* Ubuntu: remove PPA, use native packagesStanislas Lange2020-08-031-1/+1
| | | | Fix #108
* Update READMEStanislas Lange2020-08-031-10/+11
|
* Refactor script (#92)randomshell2020-07-311-6/+0
| | | | | | | | | | | | | | | | | | - cleaned some minor code - use IPv6 if IPv4 isn't available - add input validations, fixes #86 . - assign secondary DNS to primary DNS value if it's empty. Fixes #68 - use `$SERVER_WG_IPV4` and `$SERVER_WG_IPV6` when suggesting the client IP - save user DNS to `params` file and apply it to all clients, removing support for customizing DNS for individual clients. If this is a problem we can add again the code to allow customization but maybe use the sourced DNS as a suggestion for clients that need a different one - add shellcheck ignores, needed for IDE that have shellcheck support - escaped variables to `"${var}"` style - updated README to reflect changes - fixed the kernel mismatch issue on CentOS by updating the kernel https://github.com/angristan/wireguard-install/issues/95#issuecomment-653696198. Fedora might need this change too - Use `firewall-cmd` only if `firewalld` is running. Fixes #95 - Fix the client's subnet mask. Fixes #87 - Save the client configuration in the correct `$HOME`. Fixes #96 Co-authored-by: Chris Lewicki <chris@lewicki.dev> Co-authored-by: Stanislas <angristan@pm.me>
* chore(args): rename add_client to add-clientStanislas Lange2020-04-281-1/+1
|
* Add add_client feature to READMEStanislas Lange2020-04-081-1/+9
|
* Make README more friendlyStanislas Lange2020-03-271-9/+11
|
* Update README.mdStanislas2019-11-081-0/+6
|
* README: Add link to WireGuard's websiteangristan2019-08-081-1/+1
|
* Update the README to specify what the script can currently doangristan2019-08-071-0/+4
|
* Add usage instructionsangristan2019-05-121-0/+15
|
* Add support for Debian, Fedora, CentOS and Archangristan2019-05-121-0/+10
|
* WIP: Read parameters from user, add DNSangristan2019-05-051-2/+2
|
* Initial commitangristan2019-05-051-0/+3