Advertisement
Guest User

Untitled

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