how to activate the timesynch?

These are old archives. They are kept for historic purposes only.
Post Reply
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

how to activate the timesynch?

Post by T-rexke »

can somebody help me activate the timesynch please i need it :)
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

yeah i know but i dont understand how you put it in my unrealircd.conf
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

I have not tested this but i believe this is how it should be done. If i am incorrect can somebody please correct me:

Code: Select all

set {
	timesynch {
		enabled yes;
		server "ip1,ip2,ip3,ip4";
		timeout 3;
	};
};
The way i read it the server param can be no more then 4 IP's but can be less and is advised to be at least 3 each from different continents to make sure it works as well as possible.

If you just do the following it should use the default settings which as yet i do not know:

Code: Select all

set {
	timesynch {
		enabled yes;
	};
};
If you leave out the set::timesynch block completly it does automatically check the default servers anyway.
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

thx for your help it workt :)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Glad to have been able to help. :D
Post Reply