Update openvpn.sh

This commit is contained in:
dopekid 2019-12-23 03:10:24 +02:00 committed by GitHub
parent 0e6212bf6c
commit 852a739000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
ADMINPASSWORD="secret"
DNS1="8.8.8.8"
DNS2="8.8.4.4"
PROTOCOL=udp
PORT=1194
PROTOCOL=tcp
PORT=80
HOST=$(wget -4qO- "http://whatismyip.akamai.com/")