Bugfix: off by one at the IP addresses
This commit is contained in:
parent
a5ebbc7eed
commit
ebd72bf48a
@ -1,6 +1,6 @@
|
|||||||
[Interface]
|
[Interface]
|
||||||
Address = {{ vpn_network }}.{{item|int + 1}}/32
|
Address = {{ vpn_network }}.{{item|int + 2}}/32
|
||||||
DNS = 9.9.9.9
|
DNS = {{ dns_for_clients }}
|
||||||
PrivateKey = {{ item.stdout }}
|
PrivateKey = {{ item.stdout }}
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user