- Docker.
mi-<your-name>.ovpn
file from admin (check your email).mi-<your-name>.gauth
file from admin (check your email).- Your 4-digit vpn
pin
(check your email).
- Clone the repo.
- In the repo root folder create a
.env
file and aovpn-creds.txt
like the according example files. - Put the secret from
mi-<your-name>.gauth
to.env
file. - Put your
login
,<4-digid pin><123456>
toovpn-creds.txt
. - Open
mi-<your-name>.ovpn
via text editor and put the pass to yourovpn-creds.txt
file to theauth-user-pass
line (auth-user-pass /Users/.../<path-to>/.../ovpn-creds.txt
). - In the terminal go to the repo root folder and execute
docker-compose build
and thendocker-compose up
. - Go to pritunl, download the client.
- Run the client. Drag and drop your
mi-<your-name>.ovpn
file to it. - Press
menu
(burger icon) =>connect
.
You also can run docker-compose up -d
instead of docker-compose up
for detached behavior.
Enjoy!