1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 22:23:13 +02:00

Update list of time servers

This commit is contained in:
Bram Matthys
2018-03-07 09:38:19 +01:00
parent 2bbdf22d76
commit f4b864c7b8
+1 -1
View 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;