fix(wg-easy): update mtu default (#10515)
This commit is contained in:
parent
b44096a70f
commit
67fe8eff52
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue