Bugfix: off by one at the IP addresses

This commit is contained in:
Stefan Märkle 2020-12-28 17:22:32 +01:00
parent a5ebbc7eed
commit ebd72bf48a

View File

@ -1,6 +1,6 @@
[Interface]
Address = {{ vpn_network }}.{{item|int + 1}}/32
DNS = 9.9.9.9
Address = {{ vpn_network }}.{{item|int + 2}}/32
DNS = {{ dns_for_clients }}
PrivateKey = {{ item.stdout }}
[Peer]