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"