Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Alpine Linux support (#539) | doas enjoyer | 2025-01-27 | 1 | -0/+1 |
| | |||||
* | Remove visitors badge | Stanislas Lange | 2023-01-22 | 1 | -1/+0 |
| | |||||
* | Add star history (#423) | Stanislas | 2023-01-22 | 1 | -0/+4 |
| | |||||
* | Fix link in README | Stanislas Lange | 2023-01-22 | 1 | -2/+2 |
| | |||||
* | Fix support for CentOS, Rocky and AlmaLinux | Stanislas Lange | 2023-01-22 | 1 | -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 Vourch | 2023-01-22 | 1 | -1/+1 |
| | |||||
* | Update cloud providers | Stanislas Lange | 2023-01-22 | 1 | -4/+3 |
| | |||||
* | Add issue/PR templates, update README | Stanislas Lange | 2023-01-21 | 1 | -1/+19 |
| | |||||
* | Add United States Location to Hetzner in Readme (#381) | dotxyz | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | AlmaLinux support added (#345) | Xavier Le Vourch | 2022-11-21 | 1 | -0/+1 |
| | |||||
* | Update readme (#363) | Shihaam Abdul Rahman | 2022-10-01 | 1 | -1/+1 |
| | | | DO changed pricing, made $5 one to $6 and introduced a new $4 one. | ||||
* | Add SayThanks badge | Stanislas | 2022-01-31 | 1 | -0/+1 |
| | |||||
* | Update supported versions | Stanislas | 2021-11-12 | 1 | -0/+1 |
| | |||||
* | Add support for Debian 11 Bullseye (#262) | Mikodev | 2021-08-22 | 1 | -1/+1 |
| | |||||
* | readme: update badge | Stanislas | 2020-10-19 | 1 | -2/+2 |
| | |||||
* | Add badges to README | Stanislas | 2020-10-02 | 1 | -0/+3 |
| | |||||
* | Readme updated to include Hetzner in Finland (#141) | pyramidenkoenig | 2020-09-23 | 1 | -1/+1 |
| | | | Hetzner also has their own Datacenter in Helsinki, Finland. Mentioning this for completeness. | ||||
* | Ubuntu: remove PPA, use native packages | Stanislas Lange | 2020-08-03 | 1 | -1/+1 |
| | | | | Fix #108 | ||||
* | Update README | Stanislas Lange | 2020-08-03 | 1 | -10/+11 |
| | |||||
* | Refactor script (#92) | randomshell | 2020-07-31 | 1 | -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-client | Stanislas Lange | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Add add_client feature to README | Stanislas Lange | 2020-04-08 | 1 | -1/+9 |
| | |||||
* | Make README more friendly | Stanislas Lange | 2020-03-27 | 1 | -9/+11 |
| | |||||
* | Update README.md | Stanislas | 2019-11-08 | 1 | -0/+6 |
| | |||||
* | README: Add link to WireGuard's website | angristan | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Update the README to specify what the script can currently do | angristan | 2019-08-07 | 1 | -0/+4 |
| | |||||
* | Add usage instructions | angristan | 2019-05-12 | 1 | -0/+15 |
| | |||||
* | Add support for Debian, Fedora, CentOS and Arch | angristan | 2019-05-12 | 1 | -0/+10 |
| | |||||
* | WIP: Read parameters from user, add DNS | angristan | 2019-05-05 | 1 | -2/+2 |
| | |||||
* | Initial commit | angristan | 2019-05-05 | 1 | -0/+3 |