From 2fc7f37a0adc2630139191a4038ed2681b03991b Mon Sep 17 00:00:00 2001 From: Nico <github@nicoboehr.de> Date: Sat, 2 Sep 2023 21:10:59 +0000 Subject: [PATCH] enable DNS cache --- site.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site.conf b/site.conf index 8e4214ced..6015b50c5 100644 --- a/site.conf +++ b/site.conf @@ -70,7 +70,13 @@ } }, + dns = { + cacheentries = 5000, + servers = { '2a01:4f8:172:10ce::162' } + }, + next_node = { + name = { 'next.stg.ffno.de', 'nextnode.mesh.freifunk-stuttgart.de', 'nextnode', 'nn' }, ip6 = 'fd21:711::1', mac = '02:00:0a:25:00:01', }, -- GitLab