(vedi prima CONFIGURAZIONE UNREALIRCD)
Bene ora vediamo come modificare il file default.conf:
set {
network-name "Nome Vostro Server";
default-server "irc.vostroserver.net";
services-server "services.vostroserver.net";
stats-server "stats.vostroserver.net";
help-channel "#IRCHelp";
hiddenhost-prefix "Vostro-server";
prefix-quit "Quit:";
cloak-keys {
76fh3Q6w4a2JOoN3s;
3QO6f6w4oN3s7a2Jh;
o3N3s7a2JOQ6w46fh;
};
hosts {
local "LocalOper.vostroserver.net";
global "GlobalOper.vostroserver.net";
coadmin "CoAdmin.vostroserver.net";
admin "Admin.vostroserver.net";
servicesadmin "ServicesAdmin.vostroserver.net";
netadmin "NetAdmin.vostroserver.net";
host-on-oper-up "yes";
};
};
set {
kline-address "kline@vostroserver.net";
modes-on-connect "+ix";
modes-on-oper "+wgs";
oper-auto-join "#ircop,#IRChelp";
dns {
nameserver IP;
timeout 2s;
retries 2s;
};
options {
hide-ulines;
identd-check;
show-connect-info;
};
maxchannelsperuser 15;
anti-spam-quit-message-time 10s;
oper-only-stats "*";
};
ulines {
services.vostroserver.net;
stats.vostroserver.net;
};
drpass {
restart "una-password";
die "una-password";
};
log "ircd.log" {
maxsize 10B;
flags {
kline;
connects;
server-connects;
kills;
errors;
};
};
class clients {
pingfreq 90;
maxclients 500;
sendq 200000;
};
class servers {
pingfreq 90;
maxclients 5;
sendq 50000;
connfreq 100;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};
Le parti in rosso sono quelle da modificare....
Nessun commento:
Posta un commento