10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
|
[Interface]
|
||
|
PrivateKey = {{ vault_wg_pk }}
|
||
|
Address = {{ wg_ip }}
|
||
|
DNS = {{ wg_dns }}
|
||
|
|
||
|
[Peer]
|
||
|
PublicKey = {{ wg_pubkey }}
|
||
|
Endpoint = {{ wg_endpoint }}
|
||
|
AllowedIPs = {{ wg_allowed_ips }}
|