ircd.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. ##
  2. ## ircd.conf -- IRC Daemon Configuration
  3. ##
  4. # Machine Information
  5. # M;<Server NAME>;<YOUR Internet IP#>;<Geographic Location>;<Port>
  6. M;localhost;127.0.0.1;OpenPKG;6667
  7. # Administrative Information
  8. # A;<Your Name/Location>;<Your Electronic Mailing Addr>;<other information>;;
  9. A;OpenPKG Sample IRC Server;John Doe Admin <admin@irc.foo.dom>;Client Server;;
  10. # Port Connections
  11. # P;<YOUR Internet IP#>;<*>;<Internet IP Mask>;<Port>;
  12. P;127.0.0.1;;;6667;
  13. # Connection Classes
  14. # Y:<Class>:<Ping Frequency>:<Connect freq>:<Max Links>:<SendQ>:<Local Limit>:<Global Limit>
  15. # Y;<Class>;<Ping Frequency>;<Connect freq>;<Max Links>;<SendQ>;; (server class)
  16. # Y;<Class>;<Ping Frequency>;;<Max Links>;<SendQ>;<Local Limit>;<Global Limit> (client class)
  17. Y;10;90;300;1;4000000
  18. Y;20;90;;100;512000;10;32
  19. # Client Connections
  20. # I;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class>
  21. # i;<TARGET Host Addr>;<Password>;<TARGET Hosts NAME>;<Port>;<Class> (restricted clients)
  22. I;127.0.0.1;;;;20
  23. i;*@*;;;;20
  24. # Bounce Server
  25. # B;<Class|Host Mask>;;<Server Name>;<Port>;
  26. #B;;;irc2.foo.dom;6667;