I think that is causing this error:
Code: Select all
ERROR: Link denied (No matching link configuration)Moderator: Supporters
Code: Select all
ERROR: Link denied (No matching link configuration)Code: Select all
// For Services
listen *:12345;
link services.yourdomain.org {
username *;
hostname 127.0.0.1;
port 12345;
bind-ip *;
hub *;
password-connect "password";
password-receive "password";
class servers; // don't know if this was necessary
};
ulines {
services.yourdomain.org;
stats.yourdomain.org;
};
Code: Select all
RemoteServer 127.0.0.1 12345 "password" // the same password from unrealircd.conf.
ServerName "services.yourdomain.org"