Update comment
This commit is contained in:
parent
c44066334e
commit
73fd9f5f3c
@ -23,7 +23,7 @@ vpn_wireguard_clients:
|
|||||||
- public_key: "{{ vault_vpn_wireguard_clients_0_public_key }}"
|
- public_key: "{{ vault_vpn_wireguard_clients_0_public_key }}"
|
||||||
preshared_key: "{{ vault_vpn_wireguard_clients_0_preshared_key }}"
|
preshared_key: "{{ vault_vpn_wireguard_clients_0_preshared_key }}"
|
||||||
|
|
||||||
# The AirVPN MTU is 1320 so the combined MTU is 1320 - 80 = 1240.
|
# Must be 80 bytes smaller than airvpn since we're tunneling wireguard over wireguard.
|
||||||
vpn_wireguard_mtu: "{{ vpn_airvpn_mtu - 80 | int }}"
|
vpn_wireguard_mtu: "{{ vpn_airvpn_mtu - 80 | int }}"
|
||||||
|
|
||||||
# --------------------------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user