ircd.conf 856 B

1234567891011121314151617181920212223242526272829
  1. ##
  2. ## ircd.conf -- IRC Daemon Configuration
  3. ##
  4. # M;<Server NAME>;<YOUR Internet IP#>;<Geographic Location>;<Port>
  5. M;irc.foo.dom;127.0.0.1;OpenPKG Sample IRC Server;6667
  6. # A;<Your Name/Location>;<Your Electronic Mailing Addr>;<other information>;;
  7. A;OpenPKG Sample IRC Server;John Doe Admin <admin@irc.foo.dom>;Client Server;;
  8. # P;<YOUR Internet IP#>;<*>;<Internet IP Mask>;<Port>;
  9. P;127.0.0.1;;;6667;
  10. # SERVER CLASSES
  11. # Y;<Class>;<Ping Frequency>;<Connect freq>;<Max Links>;<SendQ>;;
  12. Y;2;90;300;1;4000000
  13. # CLIENT CLASSES
  14. # Y;<Class>;<Ping Frequency>;;<Max Links>;<SendQ>;<Local Limit>;<Global Limit>
  15. Y;10;90;;100;512000;10;32
  16. # I;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class>
  17. # i;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class>
  18. i;*@*;;;;10
  19. # B;<Class|Host Mask>;;<Server Name>;<Port>;
  20. B;-1;;irc2.foo.dom;6667;