Services speaks to the hub, but it doesn't speak to any of the linked servers. Here are the link blocks from the hub for the linked in servers:
/ns, /cs, /os, etc. all work on main.hub.ircu.org, but not on humility or hyrule, they get the "Services are currently down. Please try again later." error.
Code: Select all
link services.ircu.org {
username *;
hostname 69.164.207.121;
port 7029;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
};
link humility.us.ircu.org {
username *;
hostname 69.164.207.123;
bind-ip *;
port 7020;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
};
link hyrule.ircu.org {
username *;
hostname 69.61.221.132;
bind-ip *;
port 7020;
password-connect "omitted";
password-receive "omitted";
class servers;
options {
/*autoconnect;*/
};
};
Code: Select all
link main.hub.ircu.org {
username *;
hostname 69.164.207.121;
bind-ip *;
port 7020;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
options {
autoconnect;
};
};
Code: Select all
link main.hub.ircu.org
{
username *;
hostname 69.164.207.121;
bind-ip *;
port 7020;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
options {
/* autoconnect; */
};
};
Code: Select all
ulines {
services.ircu.org;
stats.ircu.org;
denora.ircu.org;
}Code: Select all
set {
network-name "IRCu";
default-server "irc.ircu.org";
services-server "Services.IRCu.org";
stats-server "stats.ircu.org";