12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
|
[Interface]
|
||
|
Address = {{ interface_address }}/32
|
||
|
SaveConfig = true
|
||
|
ListenPort = {{ listen_port }}
|
||
|
PrivateKey = {{ private_key }}
|
||
|
|
||
|
[Peer]
|
||
|
PublicKey = {{ peer_public_key }}
|
||
|
AllowedIPs = {{ allowed_ips }}
|
||
|
Endpoint = {{ endpoint }}
|
||
|
PersistentKeepalive = {{ persistent_keepalive }}
|