I hereby claim:
- I am elwillow on github.
- I am elwillow (https://keybase.io/elwillow) on keybase.
- I have a public key ASByQucOChrC9_Of9R7qUpvgNBrcVskkWVpsuU_W_V25igo
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:
| #!/bin/bash | |
| # HOSTS | |
| HOSTS="example.com foo.example.com" | |
| # HOSTS PASSWORD | |
| # Because I'm lazy, it needs to be the same for all hosts | |
| HOST_KEY="YOUR_PASSWORD" | |
| # Get Current IPs |
| #!/bin/bash | |
| # File location | |
| OVPN_CONFIG="$HOME/local/settings/acanac.ovpn" | |
| OVPN_USER="$HOME/local/settings/acanac.user" | |
| OVPN_PID="/tmp/acanac.pid" | |
| OVPN_LOG="/tmp/acanac.log" | |
| IP_SERVICE="http://myip.dnsomatic.com" |