8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
![]() |
[Interface]
|
||
|
PrivateKey = ${wg_key}
|
||
|
Address = ${wg_address}/${wg_prefix:-32}
|
||
|
|
||
|
{{ range files "wireguard/peers" }} {{ if ne . "${tinc_peer_name}" }}
|
||
|
[Peer]
|
||
|
{{ include (print "wireguard/peers" .) }}
|
||
|
{{ end }}{{ end }}
|