From 67fe8eff52e1d35e31a6ac056b90bf93354eaf1e Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Wed, 19 Jul 2023 06:28:44 -0700 Subject: [PATCH] fix(wg-easy): update mtu default (#10515) --- charts/stable/wg-easy/Chart.yaml | 2 +- charts/stable/wg-easy/questions.yaml | 2 +- charts/stable/wg-easy/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml index 90b6fd9faee..af31822b979 100644 --- a/charts/stable/wg-easy/Chart.yaml +++ b/charts/stable/wg-easy/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - https://github.com/WeeJeWel/wg-easy type: application -version: 4.0.16 +version: 4.0.17 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/wg-easy/questions.yaml b/charts/stable/wg-easy/questions.yaml index 49711be56cd..fce20fb3699 100644 --- a/charts/stable/wg-easy/questions.yaml +++ b/charts/stable/wg-easy/questions.yaml @@ -31,7 +31,7 @@ questions: description: "The MTU the clients will use. Server uses default WG MTU." schema: type: int - default: 1420 + default: 0 - variable: WG_PERSISTENT_KEEPALIVE label: "WG_PERSISTENT_KEEPALIVE" description: "Value in seconds to keep the connection open." diff --git a/charts/stable/wg-easy/values.yaml b/charts/stable/wg-easy/values.yaml index e7521ddfc24..2011f629b92 100644 --- a/charts/stable/wg-easy/values.yaml +++ b/charts/stable/wg-easy/values.yaml @@ -45,7 +45,7 @@ workload: WG_HOST: "localhost" PORT: "{{ .Values.service.main.ports.main.port }}" WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}" - WG_MTU: 1420 + WG_MTU: 0 WG_PERSISTENT_KEEPALIVE: 0 WG_DEFAULT_ADDRESS: "10.8.0.x" WG_DEFAULT_DNS: "1.1.1.1"