mirror of
https://github.com/jwhited/wgsd.git
synced 2025-04-04 11:09:31 +08:00
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
Quick start instructions
|
|
|
|
Clone & build wgsd:
|
|
~# go get github.com/jwhited/wgsd
|
|
|
|
Start and provision VMs with Vagrant:
|
|
~# cd ~/go/src/github.com/jwhited/wgsd/vagrant
|
|
~# vagrant up
|
|
|
|
Setup Wireguard Mesh:
|
|
~# ./setup.sh
|