You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
856 B
29 lines
856 B
24 years ago
|
##
|
||
|
## ircd.conf -- IRC Daemon Configuration
|
||
|
##
|
||
|
|
||
|
# M;<Server NAME>;<YOUR Internet IP#>;<Geographic Location>;<Port>
|
||
|
M;irc.foo.dom;127.0.0.1;OpenPKG Sample IRC Server;6667
|
||
|
|
||
|
# A;<Your Name/Location>;<Your Electronic Mailing Addr>;<other information>;;
|
||
|
A;OpenPKG Sample IRC Server;John Doe Admin <admin@irc.foo.dom>;Client Server;;
|
||
|
|
||
|
# P;<YOUR Internet IP#>;<*>;<Internet IP Mask>;<Port>;
|
||
|
P;127.0.0.1;;;6667;
|
||
|
|
||
|
# SERVER CLASSES
|
||
|
# Y;<Class>;<Ping Frequency>;<Connect freq>;<Max Links>;<SendQ>;;
|
||
|
Y;2;90;300;1;4000000
|
||
|
|
||
|
# CLIENT CLASSES
|
||
|
# Y;<Class>;<Ping Frequency>;;<Max Links>;<SendQ>;<Local Limit>;<Global Limit>
|
||
|
Y;10;90;;100;512000;10;32
|
||
|
|
||
|
# I;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class>
|
||
|
# i;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class>
|
||
|
i;*@*;;;;10
|
||
|
|
||
|
# B;<Class|Host Mask>;;<Server Name>;<Port>;
|
||
|
B;-1;;irc2.foo.dom;6667;
|
||
|
|