您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
|
|
|
##
|
|
|
|
## ircd.conf -- IRC Daemon Configuration
|
|
|
|
##
|
|
|
|
|
|
|
|
# Machine Information
|
|
|
|
# M;<Server NAME>;<YOUR Internet IP#>;<Geographic Location>;<Port>
|
|
|
|
M;localhost;127.0.0.1;OpenPKG;6667
|
|
|
|
|
|
|
|
# Administrative Information
|
|
|
|
# A;<Your Name/Location>;<Your Electronic Mailing Addr>;<other information>;;
|
|
|
|
A;OpenPKG Sample IRC Server;John Doe Admin <admin@irc.foo.dom>;Client Server;;
|
|
|
|
|
|
|
|
# Port Connections
|
|
|
|
# P;<YOUR Internet IP#>;<*>;<Internet IP Mask>;<Port>;
|
|
|
|
P;127.0.0.1;;;6667;
|
|
|
|
|
|
|
|
# Connection Classes
|
|
|
|
# Y:<Class>:<Ping Frequency>:<Connect freq>:<Max Links>:<SendQ>:<Local Limit>:<Global Limit>
|
|
|
|
# Y;<Class>;<Ping Frequency>;<Connect freq>;<Max Links>;<SendQ>;; (server class)
|
|
|
|
# Y;<Class>;<Ping Frequency>;;<Max Links>;<SendQ>;<Local Limit>;<Global Limit> (client class)
|
|
|
|
Y;10;90;300;1;4000000
|
|
|
|
Y;20;90;;100;512000;10;32
|
|
|
|
|
|
|
|
# Client Connections
|
|
|
|
# I;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class>
|
|
|
|
# i;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class> (restricted clients)
|
|
|
|
I;127.0.0.1;;;;20
|
|
|
|
i;*@*;;;;20
|
|
|
|
|
|
|
|
# Bounce Server
|
|
|
|
# B;<Class|Host Mask>;;<Server Name>;<Port>;
|
|
|
|
#B;;;irc2.foo.dom;6667;
|
|
|
|
|