From d51d2508439923a4c716826ef5424c858fb5d909 Mon Sep 17 00:00:00 2001 From: stebifan Date: Thu, 1 Oct 2015 16:42:41 +0200 Subject: [PATCH] Added Internal NTP Servers --- site.conf | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/site.conf b/site.conf index 8a70491..0e70413 100644 --- a/site.conf +++ b/site.conf @@ -7,6 +7,8 @@ prefix6 = 'fda0:747e:ab29:7405::/64', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin ntp_servers = { + 'ntp1.infra.fftdf' + 'ntp2.infra.fftdf' '0.de.pool.ntp.org', '1.de.pool.ntp.org', }, @@ -163,13 +165,4 @@ limit_ingress = 5000, }, }, - legacy = { - version_files = {'/etc/.freifunk_version_keep', '/etc/.fftro_version_keep'}, - old_files = {'/etc/config/config_mode', '/etc/config/fftro', '/etc/config/freifunk'}, - config_mode_configs = {'config_mode', 'fftro', 'freifunk'}, - fastd_configs = {'fftro_mesh_vpn', 'mesh_vpn'}, - mesh_ifname = 'freifunk', - tc_configs = {'fftro', 'freifunk'}, - wifi_names = {'wifi_freifunk', 'wifi_freifunk5', 'wifi_mesh', 'wifi_mesh5'}, - }, }