-
Notifications
You must be signed in to change notification settings - Fork 1
/
ejemplo.conf
109 lines (108 loc) · 1.6 KB
/
ejemplo.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
server {
addr 127.0.0.1;
puerto 6667;
password {
local pass;
remoto pass;
};
host Servicios.Colossus;
info "Servidor de servicios";
numeric 1;
compresion 9;
escucha {
puerto 6666;
enlace 192.168.1.2; //ip local del dispositivo a enlazar
};
};
protocolo protocolos/unreal.dll {
no_server_deop;
autojoin {
usuarios "#redyc";
opers "#opers";
};
modos {
usuarios +x;
canales +S;
};
//Este bloque es opcional y configura el Unreal para UDB
extension protocolos/extensiones/udb.dll {
autooptimizar;
ChanServ {
automigrar;
funciones {
migrar;
demigrar;
proteger;
};
};
NickServ {
automigrar;
funciones {
migrar;
demigrar;
};
};
IpServ {
funciones {
set;
dns;
nolines;
};
};
OperServ {
funciones {
modos;
snomask;
optimizar;
backupudb;
restaurarudb;
setudb;
lines;
propaga;
};
};
};
};
smtp {
host smtp.host.com;
login login;
pass pass;
};
set {
autobop;
respuesta PRIVMSG;
rekill;
rejoin;
admin [email protected];
root Trocotronic;
reconectar {
intentos 3;
intervalo 5;
};
clave_cifrado clave;
debug "#debug";
niveles {
USER r;
PREO;
OPER h;
ADMIN N;
ROOT;
};
};
modulo modulos/chanserv.dll {
nick ChanServ;
ident colossus;
host Servicios.Colossus;
realname "Servicio de gestión de canales";
modos owhraAkNCqBvd;
residente "#canal";
config chanserv.inc;
};
log colossus.log {
opciones {
conexiones;
errores;
servidores;
};
tamaño 4; // 4 kb
};