1
0
IaC/ansible/roles/torrent/templates/wireguard.conf.j2

12 lines
334 B
Plaintext
Raw Normal View History

2024-04-24 05:40:00 -04:00
[Interface]
PrivateKey = {{ torrent_wireguard_private_key }}
Address = {{ torrent_wireguard_address }}/32
DNS = {{ torrent_wireguard_dns }}
MTU = 1420
[Peer]
PublicKey = {{ torrent_wireguard_peer_public_key }}
AllowedIPs = 0.0.0.0/0
Endpoint = {{ torrent_wireguard_peer_endpoint }}:51820
PersistentKeepalive = 25