I hereby claim:
- I am gamergun on github.
- I am tomextel (https://keybase.io/tomextel) on keybase.
- I have a public key ASBLAdFiGp38UNhvFvagGNnAPnESauOCJ-2upnVtg5PZxQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| #=============================================================================== | |
| # FILE: ReconnectSynologyVPN.sh | |
| # | |
| # DESCRIPTION: Reconnect a disconnected VPN session on Synology DSM | |
| # SOURCE(S): https://forum.synology.com/enu/viewtopic.php?f=241&t=65444 | |
| # | |
| # AUTHOR: Ian Harrier | |
| # VERSION: 1.0.0 | |
| # LICENSE: MIT License |
| #!/usr/bin/env bash | |
| # | |
| # Enable port forwarding when using Private Internet Access | |
| # | |
| # Usage: | |
| # ./port_forwarding.sh | |
| error( ) | |
| { | |
| echo "$@" 1>&2 |