summaryrefslogtreecommitdiff
path: root/roles/install_wireguard_vpn/templates/wg.conf.j2
blob: 3e2554904554149479a564babd407aa918f3d0f0 (plain)
1
2
3
4
5
6
7
[Interface]
ListenPort = {{ wireguard_vpn_port }}
PrivateKey = {{ wireguard_vpn_priv_key }}
Address = {{ wireguard_vpn_address }}/128
MTU = 1400
PostUp = /etc/wireguard/upmyk.sh
PreDown = /etc/wireguard/downmyk.sh