| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|\
| |
| | |
Fix Debian installation: use backports
|
| |
| |
| |
| | |
And limit to Debian 10. Fix #101
|
|\ \
| | |
| | |
| | |
| | | |
angristan/dependabot/github_actions/ludeeus/action-shellcheck-0.5.0
Bump ludeeus/action-shellcheck from 0.4.1 to 0.5.0
|
|/ /
| |
| |
| |
| |
| |
| | |
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/0.4.1...c489c81f79527f818be72b97b918b06e75eaee6d)
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| |/
|/| |
Add colon
|
|/ |
|
|\
| |
| | |
Add Dependabot
|
| | |
|
|\ \
| |/
|/| |
Update GitHub Actions
|
|/ |
|
|\
| |
| | |
Change check for previously installed wireguard
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
bc is missing as dependency: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956869
fix #70
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This commit puts the client creation logic into a function.
By running the script followed by `add_client`, the user will be asked a
few questions and a new peer will be added.
Removing client is **not** supported.
The client files have random names.
Fix for https://github.com/angristan/wireguard-install/issues/3
|
|
|
|
| |
Signed-off-by: Stanislas Lange <angristan@pm.me>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
versions mismatch
cf https://github.com/angristan/wireguard-install/issues/30
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix #49
|
|
|
|
| |
Fix #48
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
added missing package - resolvconf
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fix #33
|
|\
| |
| | |
convert main.workflow to Actions V2 yml file
|
|/ |
|
|\
| |
| | |
Fix compatibility issues with UFW Firewall
|
| |
| |
| | |
This fixed no tunnel connectivity issue for me using UFW
|
| |
| |
| |
| | |
Make CI happy (shellcheck - SC2046)
|
| |
| |
| |
| | |
Fix #28
|
| | |
|
| |
| |
| |
| | |
Fix #24. On Fedora/CentOS, kernel-headers is a dependency
|
|/ |
|