fix(wg-easy): update mtu default (#10515)

This commit is contained in:
kqmaverick 2023-07-19 06:28:44 -07:00 committed by GitHub
parent b44096a70f
commit 67fe8eff52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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."

View File

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