aboutsummaryrefslogtreecommitdiff
path: root/wireguard-install.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix conditional operatorStanislas Lange2025-01-271-1/+1
* Fix indentationStanislas Lange2025-01-271-12/+12
* Add Alpine Linux support (#539)doas enjoyer2025-01-271-18/+78
* firewalld: add ${SERVER_WG_NIC} to the public zone (#524)Alexander A. Kruglikov2024-11-071-2/+2
* Add support for custom AllowedIPsStanislas Lange2023-01-221-2/+11
* Don't auto remove dependencies when uninstallingStanislas Lange2023-01-221-14/+8
* Handle IPv6 format for server endpointStanislas Lange2023-01-221-0/+6
* Create client: fix check for existing IP and nameStanislas Lange2023-01-221-8/+8
* Add more colors + warning to reboot on installStanislas Lange2023-01-221-3/+9
* Set Cloudflare as default DNSStanislas Lange2023-01-221-2/+2
* Add colors to uninstall warningStanislas Lange2023-01-221-2/+2
* Fix Ubuntu detectionStanislas Lange2023-01-221-0/+6
* Fix support for CentOS, Rocky and AlmaLinuxStanislas Lange2023-01-221-32/+27
* Overwrite existing file when creating clientStanislas Lange2023-01-221-1/+1
* Add more warnings for uninstall optionStanislas Lange2023-01-221-0/+2
* 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
* Typos and rewordings (#346)Xavier Le Vourch2023-01-221-8/+9
* AlmaLinux support added (#345)Xavier Le Vourch2022-11-211-1/+16
* Remove trailing spaceStanislas Lange2022-10-161-1/+1
* remove default char "n" from uninstall step (#370)Hasan Aga2022-10-161-1/+2
* Update supported versionsStanislas2021-11-121-1/+1
* Added support for Oracle Linux 8 (#269)Anatolii Cherednichenko2021-11-121-1/+13
* Better IPv4 detection (#278)Ravinou2021-10-151-1/+1
* Fix installation on Raspbian systems (#271)Andréi Pampukha2021-10-031-0/+1
* Add support for Debian 11 Bullseye (#262)Mikodev2021-08-221-3/+3
* Add hot reloading (#181)Filipe Melo2021-04-271-2/+2
* Remove unneeded packages on Arch Linux (#225)enolp2021-04-271-8/+1
* 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 unnecessary reinstall of packages (#172)Patrick M2021-01-021-3/+3
* Update AdGuard default public DNS addresses (#162)glenn wolfe2020-12-081-2/+2
* 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
* Add forwarding eth0 -> wg0 (#132)Stefan A2020-10-101-2/+2
* centos: update installation processStanislas Lange2020-10-101-5/+7
* arch: Install LTS kernel headers when running LTS kernel (#135)Farzin Monsef2020-10-101-1/+7
* remove duplicate if -d /etc/debian_version (#136)xiagw2020-09-211-6/+4
* Updated client name input restrictions and hintAleksander2020-08-051-2/+2
* Fix reboot messagerandomshell2020-08-041-1/+1
* Remove PPA removal for UbuntuStanislas Lange2020-08-041-1/+0
* Shellcheck: move excludes to action envStanislas Lange2020-08-031-5/+0
* Ubuntu: remove PPA, use native packagesStanislas Lange2020-08-031-3/+0
* Format with shfmtStanislas Lange2020-08-031-3/+3
* Add clientRevoke() and improve addClient() (#94)randomshell2020-08-031-37/+104
* Add uninstall feature (#88)Navratan Gupta2020-07-311-3/+58
* Format with shfmtStanislas Lange2020-07-311-19/+19
* Refactor script (#92)randomshell2020-07-311-196/+270