Guest User

Untitled

a guest
Jun 30th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. me
  2. {
  3. name "irc.domain.com";
  4. info "FooNet Server";
  5. numeric 1;
  6. };
  7.  
  8. admin {
  9. "Bob Smith";
  10. "bob";
  11. };
  12.  
  13. class clients
  14. {
  15. pingfreq 120;
  16. maxclients 20000;
  17. sendq 100000;
  18. recvq 32000;
  19. };
  20.  
  21. allow {
  22. ip *@*;
  23. hostname *@*;
  24. class clients;
  25. maxperip 5;
  26. };
  27.  
  28. oper blackeye {
  29. class clients;
  30. from {
  31. userhost *@*;
  32. };
  33. password "mdp";
  34. flags "+oOCAaNrDRhwgcLKkbBnGztZWHvqXd";
  35. maxlogins 2;
  36. };
  37.  
  38. listen 5.39.55.215:4562 {
  39. options {
  40. clientsonly;
  41. };
  42. };
  43.  
  44. drpass {
  45. restart "a90ffdhfsgjh4oktfasl234asd2";
  46. die "da8s234nasgdfgklklSDFHg235sd";
  47. };
  48.  
  49. log "ircd.log" {
  50. maxsize 20;
  51. flags {
  52. errors;
  53. };
  54. };
  55.  
  56. tld {
  57. mask *@*;
  58. motd "ircd.motd";
  59. rules "ircd.rules";
  60. };
  61.  
  62. link services.are.awesome
  63. {
  64. username *;
  65. hostname 127.0.0.1;
  66. bind-ip *;
  67. port 9001;
  68. hub *;
  69. password-connect "password";
  70. password-receive "password";
  71. class default;
  72. options { };
  73. };
  74.  
  75. ulines { services.are.awesome; };
  76.  
  77. set {
  78. network-name "HTTP 1.1";
  79. default-server "none.none";
  80. services-server "services.are.awesome";
  81. stats-server "none.none";
  82. help-channel "#help";
  83. auto-join "#lobby";
  84. hiddenhost-prefix "HTTP";
  85. cloak-keys {
  86. "oAr4l3sttatVz4Zb7x4Y32fxnR6p";
  87. "hV57x4g23e1Hntt5abtl32J7YwpW";
  88. "l3Z5nRx7hVtttb7x4YwaoAr1Hgqa";
  89. };
  90. hosts {
  91. local "localhost";
  92. global "localhost";
  93. admin "localhost";
  94. coadmin "localhost";
  95. servicesadmin "localhost";
  96. netadmin "localhost";
  97. host-on-oper-up "on";
  98. };
  99. };
  100.  
  101. set {
  102. kline-address "[email protected]";
  103. modes-on-connect "+ixw";
  104. modes-on-oper "+xwgs";
  105. options {
  106. hide-ulines;
  107. };
  108. maxchannelsperuser 5;
  109. anti-spam-quit-message-time 30s;
  110. oper-only-stats "*";
  111. throttle {
  112. connections 15;
  113. period 120s;
  114. };
  115. };
  116.  
  117.  
  118. set {
  119. modes-on-join "+stu";
  120. level-on-join "none";
  121. restrict-usermodes "*";
  122. restrict-channelmodes "*";
  123. static-part "yes";
  124. who-limit "1";
  125. };
  126. set {
  127. options {
  128.  
  129. };
  130. anti-flood {
  131. nick-flood "1:3360";
  132. };
  133. };
Advertisement
Add Comment
Please, Sign In to add comment