From f4b864c7b83e015ebcddcdc8702bc2cb5117c364 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 7 Mar 2018 09:38:19 +0100 Subject: [PATCH] Update list of time servers --- src/s_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_conf.c b/src/s_conf.c index 56c13d37e..e0ef42f7f 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -1480,7 +1480,7 @@ void config_setdefaultsettings(aConfiguration *i) i->maxbanlength = 2048; i->timesynch_enabled = 1; i->timesynch_timeout = 3; - i->timesynch_server = strdup("193.67.79.202,192.43.244.18,128.250.36.3"); /* nlnet (EU), NIST (US), uni melbourne (AU). All open acces, nonotify, nodns. */ + i->timesynch_server = strdup("193.67.79.202,129.6.15.29,133.100.11.8"); /* nlnet (EU), NIST (US), Fukuoka university (JP). All open acces, nonotify, nodns. */ i->level_on_join = CHFL_CHANOP; i->watch_away_notification = 1; i->new_linking_protocol = 1;