Skip to content

Commit

Permalink
Update example.env and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigawatt committed Jul 29, 2024
1 parent 0a8e25a commit 43ba316
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
.secrets
.env
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ To set sail and embark on yer VPN journey, follow these steps:
git clone --recurse-submodules git@github.com:scottgigawatt/privateerr.git
cd privateerr

# Copy the example environment file
cp example.env .env

# Open .env file and adjust the values to yer requirements

# Weigh anchor and start the container
PIA_USER=<pia_username> PIA_PASS=<pia_password> make
make
```

The treasure map to yer WireGuard configuration file will be buried in the [`config`](./config/) directory. This directory contains a default configuration file, [`wg0.conf`](./config/wg0.conf). When ye run Privateerr, this file will be updated with the PIA WireGuard configuration. Ye can then use this configuration file to configure a VPN client like Gluetun for secure connections.
Expand Down
File renamed without changes.

0 comments on commit 43ba316

Please sign in to comment.