When booting for the first time, I'm shown this error:
Code: Select all
* Loading IRCd configuration ..
* unrealircd.conf:638: Ignoring extra data
[error] set::dns::nameserver is missing
[error] set::dns::timeout is missing
[error] set::dns::retries is missing
[error] 3 errors encountered
[error] IRCd configuration failed to pass testingHere's the section of my configuration file that's relevant:
Code: Select all
set {
kline-address "[email protected]";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#operators";
modes-on-join "+nt";
auto-join "#testing"
dns {
nameserver cpe-66-66-191-5.rochester.res.rr.com;
timeout "2s";
retries 5;
};For the record, I'm using Windows XP Home Edition, Service Pack 2, and version 3.2.3 of the Unreal IRCD.