Guest User

Untitled

a guest
Jun 30th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. include "help.conf";
  2.  
  3. me
  4. {
  5. name "irc.domain.com";
  6. info "FooNet Server";
  7. numeric 1;
  8. };
  9.  
  10. admin {
  11. "Bob Smith";
  12. "bob";
  13. };
  14.  
  15. class clients
  16. {
  17. pingfreq 120;
  18. maxclients 20000;
  19. sendq 100000;
  20. recvq 32000;
  21. };
  22.  
  23. allow {
  24. ip *@*;
  25. hostname *@*;
  26. class clients;
  27. maxperip 5;
  28. };
  29.  
  30. oper blackeye {
  31. class clients;
  32. from {
  33. userhost *@*;
  34. };
  35. password "mdp";
  36. flags "+oOCAaNrDRhwgcLKkbBnGztZWHvqXd";
  37. maxlogins 2;
  38. };
  39.  
  40. listen 5.39.55.215:4562 {
  41. options {
  42. ssl;
  43. clientsonly;
  44. };
  45. };
  46.  
  47. drpass {
  48. restart "a90ffdhfsgjh4oktfasl234asd2";
  49. die "da8s234nasgdfgklklSDFHg235sd";
  50. };
  51.  
  52. log "ircd.log" {
  53. maxsize 20;
  54. flags {
  55. errors;
  56. };
  57. };
  58.  
  59. tld {
  60. mask *@*;
  61. motd "ircd.motd";
  62. rules "ircd.rules";
  63. };
  64.  
  65. set {
  66. kline-address "[email protected]";
  67. modes-on-connect "+ixw";
  68. modes-on-oper "+xwgs";
  69. options {
  70. hide-ulines;
  71. };
  72. maxchannelsperuser 10;
  73. anti-spam-quit-message-time 30s;
  74. oper-only-stats "*";
  75. throttle {
  76. connections 15;
  77. period 120s;
  78. };
  79. };
  80.  
  81.  
  82. set {
  83. modes-on-join "+stu";
  84. level-on-join "none";
  85. restrict-usermodes "*";
  86. restrict-channelmodes "*";
  87. static-part "yes";
  88. who-limit "1";
  89. };
  90. set {
  91. options {
  92.  
  93. };
  94. anti-flood {
  95. nick-flood "1:3360";
  96. };
  97. };
Advertisement
Add Comment
Please, Sign In to add comment