From 963c9062793bfcdd8e1bf7627ddb63570eb1b2c1 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Thu, 6 Jul 2017 13:38:37 -0500 Subject: [PATCH] Fix readme --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 57e4871..0d1652e 100644 --- a/readme.md +++ b/readme.md @@ -11,11 +11,12 @@ The quickest way to get going to by pulling the docker image from dockerhub. The You will need (at minimum) a PIA credentials file that we will be linking into the container. This credentials file will allow openvpn to run in the background of the image so all information going in and out will be private. #### 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 - ``` +- **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 +``` + - **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