9 lines
222 B
Django/Jinja
9 lines
222 B
Django/Jinja
[Interface]
|
|
PrivateKey = {{ wireguard_private_key }}
|
|
Address = 10.10.1.2/24
|
|
|
|
[Peer]
|
|
PublicKey = r0XaxIE3AVud9Z42UPZF3mwoh2R0B0M1EUDY9cvuyDA=
|
|
Endpoint = 192.3.44.243:41194
|
|
AllowedIPs = 10.10.1.0/24
|
|
PersistentKeepalive = 25 |