Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 575 Bytes

pia-wg-config

A Wireguard config generator for Private Internet Access.

Usage

go install github.com/kylegrantlucas/pia-wg-config@latest

pia-wg-config -o wg0.conf USERNAME PASSWORD

You can now use wg0.conf to connect using your favorite wireguard client.

Background

Based off of the manual-connections scripts provided FOSS by Private Internet Access.

Golang was chosen to provide stability and portability to the scripts.

pia-wg-config is entirely self-contained and does require any external files.