Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. serverinfo {
  2. name = "irc.eggdrop.byirc.ru";
  3. sid = "2AF";
  4. description = "Eggdrop Windrop Bot for IRC Network";
  5. network_name = "vIRCNet.RU";
  6. network_desc = "vIRCNet.RU IRC Network";
  7. hub = no;
  8. vhost = "178.63.207.215";
  9. max_clients = 512;
  10. rsa_private_key_file = "/home/qw/ircd/etc/rsa.key";
  11. ssl_certificate_file = "/home/qw/ircd/etc/cert.pem";
  12. };
  13.  
  14. admin {
  15. name = "nick, qw";
  16. description = "Server Administrator";
  17. email = "<ladumys@mail.ru> <kaktuc4@rambler.ru>";
  18. };
  19.  
  20. logging {
  21. use_logging = yes;
  22. log_level = L_ERROR;
  23. };
  24.  
  25. class {
  26. name = "users";
  27. ping_time = 4 minutes;
  28. number_per_ip = 20;
  29. max_local = 20;
  30. max_global = 10;
  31. max_number = 300;
  32. sendq = 150 kbytes;
  33. };
  34.  
  35. class {
  36. name = "opers";
  37. ping_time = 4 minutes;
  38. number_per_ip = 5;
  39. max_number = 10;
  40. sendq = 1 mbyte;
  41. };
  42.  
  43. class {
  44. name = "server";
  45. ping_time = 4 minutes;
  46. ping_warning = 15 seconds;
  47. connectfreq = 10 minutes;
  48. max_number = 2;
  49. sendq = 7 megabytes;
  50. };
  51.  
  52. charset {
  53. name = "KOI8-R";
  54. cp_file = "koi8r.tab";
  55. name = "Translit";
  56. cp_file = "translit.tab";
  57. name = "CP866";
  58. cp_file = "cp866.tab";
  59. name = "ISO-8859_5";
  60. cp_file = "iso8859-5.tab";
  61. name = "Macintosh";
  62. cp_file = "macintosh.tab";
  63. };
  64.  
  65. listen {
  66. host = "178.63.207.215";
  67.  
  68. codepage = "CP1251";
  69. port = 6661;
  70. port = 6671;
  71. flags = ssl;
  72. port = 7777;
  73.  
  74. codepage = "KOI8-R";
  75. port = 5665;
  76. flags = ssl;
  77. port = 7778;
  78.  
  79. codepage = "Translit";
  80. port = 5668;
  81. flags = ssl;
  82. port = 7779;
  83.  
  84. codepage = "ISO-8859_5";
  85. port = 6663;
  86.  
  87. codepage = "Macintosh";
  88. port = 6664;
  89. };
  90.  
  91. auth {
  92. user = "*nick@46.56.*";
  93. user = "*ident@178.124.*";
  94. user = "*ident@byirc.ru";
  95. spoof = "my.local.network";
  96. class = "opers";
  97. flags = exceed_limit, kline_exempt, gline_exempt,
  98. resv_exempt, can_flood, can_idle;
  99. };
  100.  
  101. auth {
  102. user = "*kop@byirc.ru";
  103. spoof = "proxy-monitor";
  104. class = "opers";
  105. flags = exceed_limit, kline_exempt, gline_exempt,
  106. resv_exempt, can_flood, can_idle;
  107. };
  108.  
  109. auth {
  110. user = "*seen@*";
  111. spoof = "Seen.Bot.qw";
  112. class = "users";
  113. };
  114.  
  115.  
  116. auth {
  117. user = "*Security@93.79.*";
  118. class = "users";
  119. spoof = "uanet.free.bot";
  120. };
  121.  
  122. auth {
  123. user = "*kaktuc@byirc.ru";
  124. user = "*kaktuc@93.79.164.71";
  125. user = "*qw@93.79.164.191";
  126. spoof = "admin.eggdrop.byirc.ru";
  127. class = "opers";
  128. flags = exceed_limit, kline_exempt, gline_exempt,
  129. resv_exempt, can_flood, can_idle;
  130. };
  131.  
  132. .include "auth/auto.am.conf"
  133. .include "auth/auto.az.conf"
  134. .include "auth/auto.by.conf"
  135. .include "auth/auto.ee.conf"
  136. .include "auth/auto.ge.conf"
  137. .include "auth/auto.kg.conf"
  138. .include "auth/auto.kz.conf"
  139. .include "auth/auto.lt.conf"
  140. .include "auth/auto.lv.conf"
  141. .include "auth/auto.md.conf"
  142. .include "auth/auto.ru.conf"
  143. .include "auth/auto.tj.conf"
  144. .include "auth/auto.tm.conf"
  145. .include "auth/auto.ua.conf"
  146. .include "auth/auto.uz.conf"
  147.  
  148. auth {
  149. user = "*@*";
  150. class = "users";
  151. autojoin = "#BY-irc";
  152. autojoin = "#eggdrop";
  153. };
  154.  
  155.  
  156.  
  157.  
  158. connect {
  159. name = "";
  160. host = "";
  161. port = ;
  162.  
  163. flags = autoconn, compressed, topicburst;
  164.  
  165. hub_mask = "*";
  166. class = "server";
  167.  
  168. send_password="";
  169. accept_password="";
  170. encrypted = no;
  171. };
  172.  
  173. connect {
  174. name = "";
  175. host = "";
  176. send_password = "";
  177. accept_password = "";
  178. encrypted = no;
  179. port = ;
  180. hub_mask = "*";
  181. class = "server";
  182. flags = compressed, topicburst;
  183. };
  184.  
  185. modules {
  186. path = "/home/qw/ircd/modules";
  187. path = "/home/qw/ircd/modules/autoload";
  188. };
  189.  
  190. .include "settings.conf"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement