Update comment

This commit is contained in:
Wojciech Kozlowski 2023-07-30 14:16:16 +02:00
parent c44066334e
commit 73fd9f5f3c

View File

@ -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 }}"
# -------------------------------------------------------------------------------------------------- # --------------------------------------------------------------------------------------------------