Guest User

Untitled

a guest
Mar 15th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. serverinfo {
  2. name = "VFF.Katerica";
  3. sid = "3VF";
  4. description = "Katerica.VFF iRC network HUB";
  5. network_name = "VFF.Network";
  6. network_desc = "Vx3ry Fx0cking Fx0rward iRC network";
  7. hub = yes;
  8. default_max_clients = 90000;
  9. ssl_private_key = "/home/ircd/ratbox-ircd/KatericaVFF.pem";
  10. ssl_cert = "/home/ircd/ratbox-ircd/KatericaVFF.pem";
  11. ssl_dh_params = "/home/ircd/ratbox-ircd/dh.pem";
  12. ssld_count = 2;
  13. bandb = "etc/ban.db";
  14. };
  15.  
  16. admin {
  17. name = "VFF Global Administrator";
  18. description = "The evil admin >:)";
  19. email = "f0ck@u.org";
  20. };
  21.  
  22. log {
  23. fname_operlog = "logs/operlog";
  24. fname_foperlog = "logs/operlog";
  25. };
  26.  
  27. service {
  28. name = "VFF.Services";
  29. };
  30.  
  31. connect "VFF.Services" {
  32. host = "127.0.0.1";
  33. accept_password = "***********";
  34. send_password = "***********";
  35. port = 5555;
  36. class = "server";
  37. flags = topicburst;
  38. };
  39.  
  40. shared {
  41. oper = "*@VFF.Services";
  42. flags = all;
  43. };
  44.  
  45. class "users" {
  46. ping_time = 2 minutes;
  47. number_per_ident = 5;
  48. number_per_ip = 12;
  49. number_per_ip_global = 15;
  50. sendq = 200 kbytes;
  51. };
  52.  
  53. class "restricted" {
  54. ping_time = 1 minute 30 seconds;
  55. number_per_ident = 5;
  56. number_per_ip = 5;
  57. number_per_ip_global = 10;
  58. max_number = 200;
  59. sendq = 60kb;
  60. };
  61.  
  62. class "opers" {
  63. ping_time = 5 minutes;
  64. number_per_ip = 30;
  65. number_per_ip_global = 60;
  66. number_per_ident = 100;
  67. max_number = 200;
  68. sendq = 300kbytes;
  69. };
  70.  
  71. class "server" {
  72. ping_time = 5 minutes;
  73.  
  74. /* connectfreq: only used in server classes. specifies the delay
  75. * between autoconnecting to servers.
  76. */
  77. connectfreq = 5 minutes;
  78.  
  79. /* max number: the amount of servers to autoconnect to */
  80. max_number = 5;
  81.  
  82. /* sendq: servers need a higher sendq as they send more data */
  83. sendq = 20 megabytes;
  84. };
  85.  
  86. listen {
  87. aftype = ipv4;
  88. port = 5555, 6665 .. 6667, 6668;
  89. sslport = 9999;
  90. };
  91.  
  92. auth {
  93. user = "*@*";
  94. class = "users";
  95. };
  96.  
  97. auth {
  98. user = "*sychoco*@*";
  99. password = "**********";
  100. spoof = "The.evil.Global.admin.Katerica.Abuser.EU";
  101. flags = ~encrypted, spoof_notice, exceed_limit, spambot_exempt, shide_exempt, flood_exempt;
  102. class = "opers";
  103. };
  104.  
  105. #auth {
  106. # user = "*VFF@*";
  107. # password = "**********";
  108. # spoof = "Vx3ry.Fx0ckin.AUTHed.abuser";
  109. # flags = ~encrypted, spoof_notice, exceed_limit, spambot_exempt, shide_exempt, flood_exempt;
  110. # class = "opers";
  111. #};
  112.  
  113. operator "psychocode" {
  114. user = "*sychoco*@*";
  115. password = "*******";
  116. umodes = locops, servnotice, operwall, wallop;
  117. flags = ~encrypted, global_kill, remote, kline, unkline, nick_changes, rehash, die, admin, xline, resv, operwall, oper_spy, remoteban;
  118. };
  119.  
  120. #auth {
  121. # user = "*@*";
  122. # class = "users";
  123. #};
  124.  
  125. channel {
  126. use_invex = yes;
  127. use_except = yes;
  128. use_knock = yes;
  129. invite_ops_only = yes;
  130. knock_delay = 2 minutes;
  131. knock_delay_channel = 1 minute;
  132. max_chans_per_user = 25;
  133. quiet_on_ban = yes;
  134. max_bans = 300;
  135. default_split_user_count = 5;
  136. default_split_server_count = 5;
  137. no_create_on_split = yes;
  138. no_join_on_split = no;
  139. burst_topicwho = no;
  140. use_sslonly = no;
  141. topiclen = 350;
  142. };
  143.  
  144. serverhide {
  145. flatten_links = no;
  146. links_delay = 5 minutes;
  147. hidden = yes;
  148. disable_hidden = no;
  149. };
  150.  
  151. general {
  152. hide_error_messages = opers;
  153. hide_spoof_ips = yes;
  154. default_invisible = yes;
  155. default_operstring = "is an IRC Operator";
  156. default_adminstring = "is a Server Administrator";
  157. disable_fake_channels = yes;
  158. tkline_expire_notices = yes;
  159. default_floodcount = 9999;
  160. failed_oper_notice = yes;
  161. dots_in_ident = 3;
  162. dot_in_ip6_addr = yes;
  163. min_nonwildcard = 2;
  164. min_nonwildcard_simple = 2;
  165. max_accept = 20;
  166. max_monitor = 100;
  167. anti_nick_flood = yes;
  168. max_nick_time = 20 seconds;
  169. max_nick_changes = 7;
  170. anti_spam_exit_message_time = 2 minutes;
  171. ts_warn_delta = 1 minute;
  172. ts_max_delta = 30 minutes;
  173. client_exit = yes;
  174. collision_fnc = no;
  175. dline_with_reason = yes;
  176. kline_delay = 5 seconds;
  177. kline_with_reason = yes;
  178. kline_reason = "Klined!";
  179. non_redundant_klines = yes;
  180. warn_no_nline = yes;
  181. stats_e_disabled = no;
  182. stats_c_oper_only = yes;
  183. stats_h_oper_only = yes;
  184. stats_y_oper_only = yes;
  185. stats_o_oper_only = yes;
  186. stats_P_oper_only = yes;
  187. stats_i_oper_only = yes;
  188. stats_k_oper_only = yes;
  189. map_oper_only = yes;
  190. operspy_admin_only = yes;
  191. caller_id_wait = 1 minute;
  192. pace_wait_simple = 1 second;
  193. pace_wait = 3 seconds;
  194. short_motd = no;
  195. ping_cookie = no;
  196. connect_timeout = 30 seconds;
  197. disable_auth = yes;
  198. no_oper_flood = yes;
  199. glines = yes;
  200. gline_time = 1 month;
  201. #gline_min_cidr = 24;
  202. #global_cidr_ipv4_count = 255;
  203. #global_cidr = yes;
  204. max_targets = 999;
  205. client_flood = 40;
  206. post_registration_delay = 0 seconds;
  207. use_whois_actually = yes;
  208. oper_only_umodes = bots, cconn, cconnext, debug, full, skill, locops, nchange, rej, unauth, wallop, external, spy, operwall, operspy;
  209. oper_umodes = bots, debug, full, callerid, invisible, skill, rej, servnotice, unauth, wallop, external, spy, operwall, operspy;
  210. compression_level = 6;
  211. burst_away = no;
  212. reject_duration = 6 minutes;
  213. reject_after_count = 6;
  214. throttle_duration = 60;
  215. throttle_count = 6;
  216. };
  217.  
  218. modules {
  219. path = "/home/ircd/ratbox-ircd/modules";
  220. path = "/home/ircd/ratbox-ircd/modules/autoload";
  221. };
Add Comment
Please, Sign In to add comment