randomshell
325ab0f7d0
Merge branch 'upstream/master'
2020-07-31 20:45:53 +00:00
Navratan Gupta
40cc13b1f4
Add uninstall feature ( #88 )
...
Fix #2
Co-authored-by: Stanislas Lange <stanislas.lange@pm.me>
Co-authored-by: randomshell <randshell@protonmail.com>
2020-07-31 15:53:05 +02:00
Stanislas Lange
31bee45429
Format with shfmt
2020-07-31 15:02:26 +02:00
randomshell
5f82b76bc0
Refactor script ( #92 )
...
- 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>
2020-07-31 14:59:20 +02:00
Stanislas
c9b01e8d62
Merge pull request #106 from angristan/debian-backports
...
Fix Debian installation: use backports
2020-07-30 11:33:43 +02:00
Stanislas Lange
6e518633f3
Fix Debian installation: use backports
...
And limit to Debian 10. Fix #101
2020-07-29 12:24:22 +02:00
Stanislas
b6f09e7e87
Merge pull request #105 from angristan/dependabot/github_actions/ludeeus/action-shellcheck-0.5.0
...
Bump ludeeus/action-shellcheck from 0.4.1 to 0.5.0
2020-07-29 10:42:15 +02:00
dependabot[bot]
8464fc4ea2
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>
2020-07-29 06:23:41 +00:00
Stanislas
746dbe4f7f
Merge pull request #104 from iandk/patch-2
...
Add colon
2020-07-27 12:48:59 +02:00
Ian
dfd7736a7d
Add colon
2020-07-27 11:54:06 +02:00
Stanislas
0af7427e85
Merge pull request #99 from robiiinos/misc/dependabot
...
Add Dependabot
2020-07-24 11:41:40 +02:00
Stanislas
66b1be42e4
Merge pull request #98 from robiiinos/misc/actions
...
Update GitHub Actions
2020-07-24 11:40:53 +02:00
robiiinos
13df507393
Update GitHub Actions
2020-07-18 21:49:19 +02:00
robiiinos
1ffbf87dc6
Add Dependabot
2020-07-18 21:32:09 +02:00
randomshell
9cab30284e
Block subnet when asking client's internal IP
2020-07-02 23:04:21 +00:00
randomshell
b5509d5192
Add revokeClient()
...
A lot of additions but it's the same code as the openvpn-install repo
2020-07-02 22:51:08 +00:00
randomshell
a5faeb1968
Auto increment the suggested client IP
2020-07-02 22:27:21 +00:00
randomshell
476f883b7c
Add validation for WireGuard server IP
...
Needed for f80eca7de9
to work
2020-07-02 21:52:58 +00:00
randomshell
6e27ee81df
Don't exit if the client name already exists
...
Ask the user again if this is the case
2020-07-02 21:52:58 +00:00
randomshell
dbdce6f98c
Add check for existing IPv4 and IPv6
...
Ask the user again if this is the case
2020-07-02 21:52:48 +00:00
randomshell
f80eca7de9
Use $SERVER_WG_IPV4 and $SERVER_WG_IPV6 when suggesting the client IP
2020-07-02 16:03:01 +00:00
randomshell
94de617fe6
Add check for existing clients
2020-07-02 16:02:58 +00:00
randomshell
52f922fc86
Save client name in server configuration
2020-07-02 15:38:52 +00:00
randomshell
7426347bcd
Ask user for client name
2020-07-02 15:36:35 +00:00
Stanislas
59570c786b
Merge pull request #85 from randomshell/patch-1
...
Change check for previously installed wireguard
2020-06-27 16:45:15 +02:00
randomshell
e04fa5356d
Change check for previously installed wireguard
2020-06-26 18:38:29 +00:00
Deface
7c6da8df0e
Arch: do not install wireguard-arch ( #84 )
2020-06-14 16:24:12 +02:00
Stanislas Lange
2e492d263a
ci(workflow): refactor and add shmft
2020-04-28 15:13:14 +02:00
Stanislas Lange
efa9e5031a
style(script) format with shfmt
2020-04-28 15:03:21 +02:00
Stanislas Lange
5b1ec52ac2
chore(args): rename add_client to add-client
2020-04-28 15:02:30 +02:00
Stanislas Lange
89258ba91d
Mitigate Debian packaging issue
...
bc is missing as dependency: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956869
fix #70
2020-04-26 12:54:16 +02:00
Jelle Dekker
071466eccd
Generate unique pre-shared key for each client ( #69 )
2020-04-22 21:50:49 +02:00
Stanislas Lange
6e60d59ee4
Add add_client feature to README
2020-04-08 14:19:32 +02:00
Stanislas
f0891e7235
Add support for adding multiple clients ( #58 )
...
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
2020-04-08 14:09:22 +02:00
Stanislas Lange
7c2e299a02
Add missing colons to setup questions
...
Signed-off-by: Stanislas Lange <angristan@pm.me>
2020-04-03 18:33:36 +02:00
randomshell
3b342e531c
Prompt with random port during setup ( #64 )
2020-04-03 18:16:59 +02:00
Stanislas Lange
01bdb56b98
Make README more friendly
2020-03-27 22:21:57 +01:00
Stanislas Lange
8130dc7b70
Fix shellcheck
2020-03-21 21:53:06 +01:00
Andrew Prokhorenkov
a810f727dd
Use native WireGuard in Fedora >= 32 + support firewalld ( #55 )
2020-03-21 21:47:23 +01:00
Stanislas Lange
f3fd5346c0
Fix shellcheck
2020-03-21 15:44:32 +01:00
Stanislas Lange
bf3cccb8fd
Add warning on Fedora/CentOS when WG is not running because of kernel versions mismatch
...
cf https://github.com/angristan/wireguard-install/issues/30
2020-03-21 15:42:14 +01:00
angristan
b9da4d03cd
Install packages non-interactively
2020-02-15 16:21:45 +01:00
angristan
3b2fb57231
Rename variable
2020-02-15 16:16:05 +01:00
Stanislas
02092b94a6
Fix Shellcheck in GitHub action ( #51 )
2020-02-11 23:52:21 +01:00
angristan
46bd2cec69
Show client conf as QR Code after install
...
Fix #49
2020-02-11 23:46:27 +01:00
angristan
ac1fb87a4c
Install software-properties-common on Ubuntu to add PPA
...
Fix #48
2020-01-12 12:31:32 +01:00
Stanislas
b902889ad3
Update README.md
2019-11-08 15:54:55 +09:00
Stanislas
bae941bcb2
Update action
2019-10-30 15:51:42 +09:00
Stanislas
7979fef27e
Update action
2019-10-30 12:09:40 +09:00
Stanislas
237917009e
Update action
2019-10-30 12:07:45 +09:00