Skip to content

Commit

Permalink
wg-easy: set default MTU to 1280 (#64)
Browse files Browse the repository at this point in the history
With the default value of 1420 I had problems opening duckduckgo and github websites.
  • Loading branch information
cyxou authored Oct 28, 2023
1 parent 6439e6d commit a328eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/wg-easy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: wg-easy
description: |
The easiest way to run WireGuard VPN + Web-based Admin UI.
version: 1.3.1
version: 1.4.0
appVersion: "7"
kubeVersion: ">=1.16.0-0"
type: application
Expand Down
2 changes: 2 additions & 0 deletions charts/wg-easy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ env:
WG_HOST: '{{ default .Values.hostIP .Values.wgHost }}'
WG_PORT: '{{ default 51820 .Values.wgPort }}'
WG_DEFAULT_ADDRESS: 10.6.0.x
# WireGuard interface MTU for devices. 1280 is a safe bet for most networks
WG_MTU: 1280
# Host should provide DNS service via Pi-Hole
WG_DEFAULT_DNS: '{{ .Values.hostIP }}'

Expand Down

0 comments on commit a328eb0

Please sign in to comment.