@ -12,10 +12,11 @@ You will need (at minimum) a PIA credentials file that we will be linking into t
#### 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:
```
p1122334
xyzPASSWORDxyz
```
```
p1122334
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/`.