-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a8e25a
commit 43ba316
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.DS_Store | ||
.secrets | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,13 @@ To set sail and embark on yer VPN journey, follow these steps: | |
git clone --recurse-submodules [email protected]: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. | ||
|
File renamed without changes.