From a41628d80c437e8d568dd32f8d78ac013a51b56d Mon Sep 17 00:00:00 2001 From: Tarnatos <tarnatos@posteo.de> Date: Fri, 22 Jan 2016 19:21:58 +0100 Subject: [PATCH] fixed ntp server - changed: fastd connection 1 --- site.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site.conf b/site.conf index 7de183d..6b2ad6d 100644 --- a/site.conf +++ b/site.conf @@ -12,8 +12,9 @@ timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin ntp_servers = { - '1.pool.ntp.org', - 'ntp1.ptb.de', + '1.ntp.services.ffnord', + '2.ntp.services.ffnord', + '3.ntp.services.ffnord', }, regdom = 'DE', @@ -61,7 +62,7 @@ mtu = 1280, groups = { backbone = { - limit = 2, + limit = 1, peers = { ffnord_vpn0 = { key = '3dd48007765a0392244df2f3b627c487bae1269d242278140ab6caac1e5f5f34', -- GitLab