Reduce mtu
This commit is contained in:
parent
6f1e4888a2
commit
349070d948
|
@ -19,6 +19,7 @@ in {
|
||||||
ips = [cfg.ownIp];
|
ips = [cfg.ownIp];
|
||||||
listenPort = 51899;
|
listenPort = 51899;
|
||||||
privateKeyFile = cfg.wireguardPrivateKeyFile;
|
privateKeyFile = cfg.wireguardPrivateKeyFile;
|
||||||
|
mtu = 1400;
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
# chonk
|
# chonk
|
||||||
|
|
Loading…
Reference in a new issue