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.
8 lines
214 B
Plaintext
8 lines
214 B
Plaintext
3 years ago
|
[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
|