Page 1 of 1
A error in dns
Posted: Fri Sep 08, 2006 1:10 pm
by pony13
Hello
I have a error.
* Loading IRCd configuration ..
* unrealircd.conf:742: Ignoring extra data
* unrealircd.conf:742: Ignoring extra data
[error] set::dns::timeout is missing
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
that is from the dns ; nameserver enz..
What can i do?
Posted: Fri Sep 08, 2006 1:58 pm
by tdw
paste the 10 lines around line 742 ..
Posted: Fri Sep 08, 2006 11:17 pm
by pony13
Code: Select all
set {
kline-address "myemail";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#opers";
dns {
nameserver myip
timeout 9s;
retries 60;
};
options {
hide-ulines;
/* Je kan hier ident checking aanzetten als je wilt */
/* identd-check; */
show-connect-info;
};
maxchannelsperuser 10;
/* Hoelang een gebruiker minimaal verbonden moet zijn voordat hij toegestaan wordt het
* QUIT bericht te gebruiken. Dit stopt spam hopelijk. */
anti-spam-quit-message-time 10s;
/* Stelt een tekst in die standaard wordt gebruikt voor een quit.
* Houdt in dat er geen eigen quits gebruikt mogen worden op deze server. */
/* static-quit "Client quit"; */
Posted: Sat Sep 09, 2006 10:17 am
by Jobe
Ok you need to change "myip" in the following to an ACTUAL IP address and then put a ; on the end of the line:
For example:
Also you need to specify an existing email address in the format mailbox@domain for "kline-address". For example (NOT a real email address):
Posted: Sat Sep 09, 2006 4:23 pm
by tdw
I think he censored those

Posted: Sat Sep 09, 2006 4:43 pm
by Jobe
Hey it was before lunch time. I was still half asleep.