From aa7d4e1f4f2991c0d76b1976daf55cd640a91ef2 Mon Sep 17 00:00:00 2001 From: Nico <github@nicoboehr.de> Date: Tue, 13 Feb 2024 12:22:40 +0000 Subject: [PATCH] update --- domains/ffs_legacy.conf | 2 -- domains/ffs_seg08.conf | 2 -- site.conf | 4 ++++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/ffs_legacy.conf b/domains/ffs_legacy.conf index 677d988b6..4a045ab2d 100644 --- a/domains/ffs_legacy.conf +++ b/domains/ffs_legacy.conf @@ -53,10 +53,8 @@ }, mesh_vpn = { - enabled = true, fastd = { mtu = 1340, - configurable = true, methods = {'salsa2012+umac'}, groups = { backbone = { diff --git a/domains/ffs_seg08.conf b/domains/ffs_seg08.conf index 015e85832..ad9484e07 100644 --- a/domains/ffs_seg08.conf +++ b/domains/ffs_seg08.conf @@ -57,10 +57,8 @@ }, mesh_vpn = { - enabled = true, fastd = { mtu = 1340, - configurable = true, methods = {'salsa2012+umac'}, groups = { backbone = { diff --git a/site.conf b/site.conf index 4a88376ce..c242202d0 100644 --- a/site.conf +++ b/site.conf @@ -47,6 +47,10 @@ -- Default download limit (kbit/s). ingress = 50000, }, + fastd = { + enabled = true, + configurable = true + }, }, autoupdater = { -- GitLab