You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[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
|