vpn-btcpay-provisioner/ansible/playbooks/templates/client.conf.j2

10 lines
216 B
Plaintext
Raw Normal View History

[Interface]
PrivateKey = {{ client_private_key }}
Address = {{ client_ip }}/24
DNS = 1.1.1.1
[Peer]
PublicKey = {{ server_pubkey }}
Endpoint = {{ ansible_host }}:51820
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25