mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-14 18:28:16 +03:00
Fix default MTU to 1420 as it has Wireguard kernel module set by default.
This commit is contained in:
parent
2fdafd34ca
commit
b3ff328afc
3 changed files with 3 additions and 3 deletions
util
|
@ -37,7 +37,7 @@ const (
|
|||
DefaultServerAddress = "10.252.1.0/24"
|
||||
DefaultServerPort = 51820
|
||||
DefaultDNS = "1.1.1.1"
|
||||
DefaultMTU = 1450
|
||||
DefaultMTU = 1420
|
||||
DefaultPersistentKeepalive = 15
|
||||
DefaultFirewallMark = "0xca6c" // i.e. 51820
|
||||
DefaultTable = "auto"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue