From bf6bd740a87ee9e38e010877f6eda930475a2254 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Sat, 19 Dec 2015 23:35:33 +0100
Subject: [PATCH] added: ntp server

---
 site.conf | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/site.conf b/site.conf
index d3f3ccc..7de183d 100644
--- a/site.conf
+++ b/site.conf
@@ -1,5 +1,5 @@
 {
-	hostname_prefix = 'Bitte änder mich!',
+	hostname_prefix = 'Bitte ändere mich!',
 	site_name = 'Freifunk Nord',
 	site_code = 'ffnord',
 
@@ -11,7 +11,10 @@
 	prefix6 = '2a03:2267:4e6f:7264::/64',
 
 	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
-	ntp_servers = {'1.ntp.services.ffnord'},
+	ntp_servers = {
+			'1.pool.ntp.org',
+			'ntp1.ptb.de',
+		      },
 	regdom = 'DE',
 
 	wifi24 = {
-- 
GitLab