Commit graph

95 commits

Author SHA1 Message Date
randomshell
541019587c Better variables escaping 2020-07-02 19:44:44 +00:00
randomshell
ca2178cff2 Clean $ENDPOINT code
https://github.com/angristan/wireguard-install/pull/58#discussion_r449002047
2020-07-02 15:08:10 +00:00
randomshell
3d343c3fd7 Update README
We changed arguments to a menu in d765194eac
2020-07-02 12:55:58 +00:00
randomshell
6a40208a80 Add confirmation text before install 2020-07-02 12:55:58 +00:00
randomshell
fb240ebdf7 Add installQuestions()
Needed for a later headless installation code
2020-07-02 12:55:58 +00:00
randomshell
942e215f76 Add some newlines for readability 2020-07-02 12:55:58 +00:00
randomshell
8696a05131 Ignore shellcheck infos 2020-07-02 12:55:58 +00:00
randomshell
26e989cd2c Add initial script description 2020-07-02 12:55:58 +00:00
randomshell
45f533cbdd Add validation for $SERVER_PUB_NIC 2020-07-02 12:55:58 +00:00
randomshell
23e31150f9 Add validation for $SERVER_WG_NIC 2020-07-02 12:55:58 +00:00
randomshell
93c49879ea Add check for WireGuard server IP
Code adapted from angristan/openvpn-install#550. Thanks @TheBritishAccent

IPv6 regex tested with fd42:42:42::1 and fdc9:281f:04d7:9ee9::1
2020-07-02 12:55:58 +00:00
randomshell
1b5288996f Add validation on $SERVER_PORT 2020-07-02 12:55:58 +00:00
randomshell
aa583ce4b2 Remove unnecessary echo 2020-07-02 12:55:58 +00:00
randomshell
36d209397e Use $SERVER_WG_IPV4 and $SERVER_WG_IPV6 when suggesting the client IP 2020-07-02 12:55:58 +00:00
randomshell
97ec76dffb Basic regex check for client IP
Needs improvement
2020-07-02 12:55:58 +00:00
randomshell
9c6576dfc9 Add validation on DNS input
Fixes #68

Co-authored-by: Chris Lewicki <chris@lewicki.dev>
2020-07-02 12:54:39 +00:00
randomshell
1c77cb7073 Change public IP detection
The sed command is easier to understand than multiple grep

If IPv4 isn't available use IPv6
2020-07-02 11:10:27 +00:00
randomshell
40068e02f8 Add installation text 2020-07-01 19:19:10 +00:00
randomshell
2acb9d8184 Chnage addClient() to newClient()
Follow naming of openvpn-install repository
2020-07-01 19:09:38 +00:00
randomshell
d765194eac add manageMenu() 2020-07-01 19:07:23 +00:00
randomshell
4244b2b70a Remove useless /etc/wireguard/params source
We already have the variables we need in the lines above
2020-07-01 18:56:29 +00:00
randomshell
ec9dd5d5df Add installWireGuard() 2020-07-01 18:53:58 +00:00
randomshell
600703c222 Add initialCheck() 2020-07-01 18:35:42 +00:00
randomshell
09f0611023 Add checkOS() 2020-07-01 18:35:00 +00:00
randomshell
cdfdf4d7a4 Add checkVirt() 2020-07-01 18:35:00 +00:00
randomshell
97551d65c1 Add isRoot() 2020-07-01 18:34:52 +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