Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 789 Bytes

configuration.md

File metadata and controls

47 lines (42 loc) · 789 Bytes

Configuration

Minimal

[network]
name = "minimal"
type = "web"
cidrv4 = "10.100.1.0/24"

[servers]
[servers.server]
ip = "10.100.1.1"
listenport = 20202
endpoint = "1.1.1.1"
persistentkeepalive = 5

[clients]
[clients.client]
ip = "10.100.1.1"
dns = "10.10.10.1"

Full

[network]
presharedkey = "qPQ/T+4dHydnvk8cZXh+zBpZqOmLvaoxbC0W6c2gwtg="
name = "full"
type = "web"
cidrv4 = "10.100.1.0/24"

[servers]
[servers.server]
ip = "10.100.1.1"
output = "nix"
encryption = "none"
privatekey = "MHYE0gQavBWsRvMNMOoYB/cL3YFoiiWpWAq5PjHMw0c="
listenport = 20202
endpoint = "1.1.1.1"
persistentkeepalive = 5

[clients]
[clients.client]
ip = "10.100.1.1"
output = "nix"
encryption = "none"
dns = "10.10.10.1"
privatekey = "8Fp1TVFMWY0qYufoGm6qFeJXrtzU3FodpoiCkdJfQ2k="