4s3ti
dcd852e02e
Merge pull request #1278 from DerDanilo/add_mtu_support
...
add Wireguard MTU support via setupVARS.conf
2021-03-29 11:46:21 +02:00
DerDanilo
94744c77a9
add Wireguard MTU support via setupVARS.conf
2021-03-15 18:03:05 +01:00
4s3ti
cd54260733
Merge pull request #1256 from DundarGoc/SC2027
...
Fixed shellcheck warning SC2027
2021-02-14 19:11:22 +01:00
4s3ti
c37b0cf2eb
Merge pull request #1253 from DundarGoc/SC2034
...
Fixed shellcheck warning SC2034
2021-02-14 19:09:29 +01:00
Dundar Göc
ba1040f13e
Fixed shellcheck warning SC2027:
...
SC2027: The surrounding quotes actually unquote this. Remove or escape them.
2021-02-14 15:31:44 +01:00
Dundar Göc
c0131f2a17
Fixed shellcheck warning SC2034
...
SC2034: ___ appears unused. Verify use (or export if used externally).
I opted to remove the variables since they didn't seem to be used
anywhere.
2021-02-14 14:07:56 +01:00
Dundar Göc
7438b49961
Fixed shellcheck issue SC2148
...
SC2148: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
2021-02-14 13:43:35 +01:00
Dundar Göc
8aa4607e5e
Fixed shellcheck issue SC2015: Note that A && B || C is not if-then-else. C may run when A is true.
...
Replaced [ $1 -gt 1 ] && shift $1 || shift with shift $1 since
shift 1 is identical to shift.
2021-02-13 22:40:05 +01:00
Dundar Göc
fe636e3f43
Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails."
2021-02-13 12:11:49 +01:00
Dundar Göc
513c2afc2e
Fixed shellcheck warning SC2004, SC2006, SC2129, SC2219. Issue #1233 .
...
SC2004: "$/${} is unnecessary on arithmetic variables."
SC2006: "Use $(...) notation instead of legacy backticked `...`."
SC2129: "Consider using { cmd1; cmd2; } >> file instead of individual redirects."
SC2219: "Instead of 'let expr', prefer (( expr ))."
2021-02-07 21:31:13 +01:00
4s3ti
bccaa1bbee
Fix for #1234 & CI/CD Fine-tunning
...
Changed Exit code from 1 to 0
Added some more checks
Changed order some checks are done
2021-01-28 01:33:03 +01:00
glitch452
be692a8782
Pass along exit code when running a sub-script, instead of always running exit 0
2021-01-23 15:58:03 -05:00
glitch452
9131f2754a
Change exit code to non-zero when running without Sudo
2021-01-23 15:57:26 -05:00
mquirin
6448cc268a
Merge branch 'test' into test
2020-12-26 23:39:48 +00:00
Michael
f3eddccee8
wording and exit code
2020-12-26 23:34:54 +00:00
Orazio
db1fe2ebdd
Merge pull request #1186 from shelleycat485/test
...
A feature to disable / enable single wireguard client configs
2020-12-24 10:30:25 +01:00
Roger Haxby
ec32851e0c
fix clientSTAT.sh error if all clients are disabled
2020-12-15 14:17:05 +00:00
Roger Haxby
86de3eaa8c
corect help on disable and enable
2020-12-10 23:59:54 +00:00
Roger Haxby
8bff0b6cb6
clientSTAT shows disabled clients at end
2020-12-10 12:34:49 +00:00
Roger Haxby
a3b7af869c
more disabled in brackets
2020-12-09 23:07:28 +00:00
Roger Haxby
6009e52e74
disabled in square brackets
2020-12-08 23:44:51 +00:00
Roger Haxby
49a9314325
change to on/off for temp enable/disable
2020-11-26 15:36:00 +00:00
Orazio
3ed54bf71d
Expose AllowedIPs settings inside setupVars.conf
2020-11-14 09:35:51 +01:00
Roger Haxby
13d40399f3
fix listing disabled clients
2020-10-27 21:25:27 +00:00
Roger Haxby
983d43f791
Merge branch 'test' of https://github.com/pivpn/pivpn into test
...
merging in wg service reload/restart
2020-10-27 20:37:53 +00:00
Orazio
7f1c5ba33c
Save debug to /tmp/debug.log for WireGuard too, do not use temporary file to redact IPs in the OpenVPN log.
2020-10-27 12:19:46 +01:00
Orazio
8b69904b69
Moved Telekom Hybrid help to the wiki:
...
- https://github.com/pivpn/pivpn/wiki/OpenVPN#trouble-with-telekom-hybrid
2020-10-27 09:03:34 +01:00
Orazio
43057b3f3b
Fixed typos, clarified 'pivpn -l' text.
2020-10-24 16:00:26 +02:00
Orazio
9f057df25f
Merge pull request #1165 from xptsp/test
...
Handles special characters better
2020-10-24 13:51:20 +02:00
Orazio
d860f1d402
Add systemd override for wg-quick units that don't yet implement reload
...
- Discussed on pull request 1164
2020-10-24 13:41:07 +02:00
shelleycat485
a0660979d4
corrent enable help
2020-10-21 23:23:58 +01:00
shelleycat485
9dd67114f8
disable and enable wireguard clients
2020-10-21 22:35:29 +01:00
Douglas Orend
22cb5ee0ef
Update removeOVPN.sh
...
This commit allows PiVPN scripts to revoke certificates with common names like "José" better. Prior to this commit, names like "José" could not be revoked using PiVPN tools.
2020-10-20 11:00:35 -05:00
Douglas Orend
5d2761b94b
Update listOVPN.sh
...
This commit allows PiVPN scripts to display certificates with common names like "José" better. Prior to this commit, names like "José" would be shown as "Jos\xC3\xA9".
2020-10-20 10:57:28 -05:00
Orazio
63733b44a5
Reload WireGuard instead of restarting so it doesn't kick existing clients
2020-10-03 10:20:40 +02:00
Orazio
77e75829ea
Merge pull request #1139 from LLautenbacher/feature/show_expired_cert
...
Showing expired certificates as such.
2020-10-01 13:46:26 +02:00
Ludwig Lautenbacher
1cc66efba6
fixed formatting
2020-10-01 13:40:49 +02:00
Ludwig Lautenbacher
66536272be
clean up formattting of Expired certificates
2020-10-01 13:24:02 +02:00
Ludwig Lautenbacher
0fb22bd15f
dump easyrsa output to /dev/null
2020-10-01 13:23:31 +02:00
Orazio
551af5f351
Improved OpenVPN and WireGuard availability detection
2020-09-14 12:25:31 +02:00
Ludwig Lautenbacher
5c26782925
Showing expired certificates as such.
2020-09-10 14:55:35 +02:00
Orazio
85478aaea0
Disallow integers as client names to avoid ambiguity when removing a client by index.
2020-07-23 14:50:59 +02:00
Orazio
4b239cfdc6
Merge pull request #1087 from gizmocuz/ft-index
...
Feature: Add Index based option for remove/qr commands
2020-07-23 10:44:15 +02:00
giotto
689b77b73e
lgtm
...
Co-authored-by: Orazio <orazioedoardo@users.noreply.github.com>
2020-07-19 21:46:18 +02:00
gi8
aa297e5296
add parameter to force remove profile
2020-07-16 15:01:27 +02:00
gi8
92f900637e
rename param -f|--force to -y|--yes
2020-07-16 15:00:35 +02:00
Rob Peters
960a084866
Better list presentation
2020-07-14 13:27:40 +02:00
giotto
c1dc825ace
add parameter to force remove profile
2020-07-11 21:38:11 +02:00
GizMoCuz
e6b081e0f9
Added missing regex
2020-07-08 16:43:32 +02:00
GizMoCuz
7aa91fc67a
Removed middle-dot in print function
2020-07-08 16:36:50 +02:00