blob: c2ac41c24ea5947d2379994f59c73393a07da07d (
plain) (
blame)
1
2
3
4
5
6
|
[Interface]
Address = 10.0.0.1/24
PostUp = firewall-cmd --add-masquerade
PostDown = firewall-cmd --remove-masquerade
ListenPort = {{ network.wireguard.port }}
PrivateKey = {{ privatekey }}
|