pivpn/scripts/wireguard
Orazio 50798ccd42 Important change to custom MTU handling (mainly to fix issue #1357)
- When NOT providing a custom MTU, 1420 is used for both clients and server.
    Using such value for clients can break WireGuard connections on some networks,
    so iOS and Android clients have logic in place to select a proper MTU value
    when not specified. Now "pivpnMTU" with only be used to set the MTU value for
    the PiVPN installation but not for profile creation.
2021-09-15 17:52:17 +02:00
..
bash-completion Merge pull request #1253 from DundarGoc/SC2034 2021-02-14 19:09:29 +01:00
clientSTAT.sh Fixed shellcheck warning SC2034 2021-02-14 14:07:56 +01:00
disableCONF.sh Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +01:00
enableCONF.sh Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +01:00
listCONF.sh Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +01:00
makeCONF.sh Important change to custom MTU handling (mainly to fix issue #1357) 2021-09-15 17:52:17 +02:00
pivpn.sh Pass along exit code when running a sub-script, instead of always running exit 0 2021-01-23 15:58:03 -05:00
pivpnDEBUG.sh More compact commit log 2021-05-12 18:17:35 +02:00
qrcodeCONF.sh Multiple fixes and Shellcheck complaiance 2021-05-08 15:51:27 +02:00
removeCONF.sh Fixed shellcheck warning SC2164: "Use 'cd ... || exit' or 'cd ... || return' in case cd fails." 2021-02-13 12:11:49 +01:00