]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
Update list of time servers
authorBram Matthys <redacted>
Wed, 7 Mar 2018 08:38:19 +0000 (09:38 +0100)
committerBram Matthys <redacted>
Wed, 7 Mar 2018 08:38:19 +0000 (09:38 +0100)
src/s_conf.c

index 56c13d37e2ba8ce0b6b9d486841baae5775eab33..e0ef42f7f15f24ca66d264641d43f7499a9aacc8 100644 (file)
@@ -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;