Browse Source

Fix readme

master
Matthew Faltys 7 years ago
parent
commit
963c906279
  1. 9
      readme.md

9
readme.md

@ -12,10 +12,11 @@ You will need (at minimum) a PIA credentials file that we will be linking into t
#### Configuring #### Configuring
- **Credentials**: you will need to link in a credentials file (see below for the recommended run command) named `creds.x` into `/openvpn/` in the container. The formatting for the credentials file is simple, first line is the username, second is the password. Example: - **Credentials**: you will need to link in a credentials file (see below for the recommended run command) named `creds.x` into `/openvpn/` in the container. The formatting for the credentials file is simple, first line is the username, second is the password. Example:
``` ```
p1122334 p1122334
xyzPASSWORDxyz xyzPASSWORDxyz
``` ```
- **Config**: you can optionally supply an openvpn configuration file if you are using a VPN that support openvpn. Just place the configuration file (named `config.ovpn`) into the container at `/openvpn/`. - **Config**: you can optionally supply an openvpn configuration file if you are using a VPN that support openvpn. Just place the configuration file (named `config.ovpn`) into the container at `/openvpn/`.
#### Running #### Running

Loading…
Cancel
Save