Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. #Example UnrealIRCd 3.2.8.1 configuration file
  2. #Written by Mp5shooter for the SwiftIRC Wiki
  3. #http://wiki.SwiftIRC.net/
  4.  
  5. /* If your server is running Linux, remove the two slashes in front of both of the following lines. */
  6. loadmodule "src/modules/commands.so";
  7. loadmodule "src/modules/cloak.so";
  8.  
  9. /* If your server is running Windows, remove the two slashes in front of both of the following lines. */
  10. //loadmodule "modules/commands.dll";
  11. //loadmodule "modules/cloak.dll";
  12.  
  13. #This is the me {} block
  14. me {
  15. name "irc.glx-alliance.com";
  16. info "GLX Alliance Server";
  17. numeric 1;
  18. };
  19.  
  20. #This is the admin {} block
  21. admin {
  22. "Tech High Command";
  23. "contact@glx-alliance.com";
  24. };
  25.  
  26. #This is the oper {} block
  27. oper macen {
  28. class default;
  29. from {
  30. userhost *@*btcentralplus.com;
  31. };
  32. password "test";
  33. flags
  34. {
  35. netadmin;
  36. can_zline;
  37. can_gzline;
  38. can_gkline;
  39. global;
  40. };
  41. };
  42.  
  43. #This is the services link block
  44.  
  45. link services.glx-alliance.com
  46. {
  47. username *;
  48. hostname 127.0.0.1;
  49. bind-ip *;
  50. port 7000;
  51. hub *;
  52. password-connect "akQfafekjAEFS3def4";
  53. password-receive "akQfafekjAEFS3def4";
  54. class default;
  55. };
  56.  
  57.  
  58. #This is the ulines block
  59. ulines {
  60. services.glx-alliance.com;
  61. };
  62.  
  63. #START OF BAN BLOCKS
  64. ban nick {
  65. mask "*C*h*a*n*S*e*r*v*";
  66. reason "Reserved for Services";
  67. };
  68. ban nick {
  69. mask "P";
  70. reason "Conflicts with NetGamers services nickname";
  71. };
  72. #END OF BAN BLOCKS
  73.  
  74.  
  75. #This is the vHost block
  76. vhost {
  77. vhost super.cool.irc.dude;
  78. from {
  79. userhost *@*;
  80. };
  81. login YourName;
  82. password LovingTheKwlHost;
  83. };
  84.  
  85. #This is the network settings block
  86. set {
  87. network-name "GLX Alliance";
  88. default-server "irc.glx-alliance.com";
  89. services-server "services.glx-alliance.com";
  90. stats-server "stats.glx-alliance.com";
  91. help-channel "#help";
  92. auto-join "#public";
  93. hiddenhost-prefix "GLX";
  94. cloak-keys {
  95. "KIuoeASlop39skS32NSDL309subnsA";
  96. "Jk93uKLs8ajuSdd1Nfel39wLKHd3ws";
  97. "Iehnludhsss32sKLBDHef39ekHBD44";
  98. };
  99. hosts {
  100. local "locop.glx-alliance.com";
  101. global "ircop.glx-alliance.com";
  102. coadmin "coadmin.glx-alliance.com";
  103. admin "admin.glx-alliance.com";
  104. servicesadmin "csops.glx-alliance.com";
  105. netadmin "netadmin.glx-alliance.com";
  106. host-on-oper-up "no";
  107. };
  108. };
  109.  
  110. #This is the server settings block
  111. set {
  112. kline-address "contact@glx-alliance.com";
  113. modes-on-connect "+ix";
  114. modes-on-oper "+xwgs";
  115. oper-auto-join "#opers";
  116. options {
  117. show-connect-info;
  118. };
  119. maxchannelsperuser 30;
  120. anti-spam-quit-message-time 10s;
  121. oper-only-stats "okfGsMRUEelLCXzdD";
  122. throttle {
  123. connections 3;
  124. period 60s;
  125. };
  126. anti-flood {
  127. nick-flood 3:60;
  128. };
  129. spamfilter {
  130. ban-time 1d;
  131. ban-reason "Spam/Advertising";
  132. virus-help-channel "#help";
  133. };
  134. };
  135.  
  136. #Do not edit anything below this line, unless you know what you are doing
  137.  
  138. include "help.conf";
  139. include "badwords.channel.conf";
  140. include "badwords.message.conf";
  141. include "badwords.quit.conf";
  142. include "spamfilter.conf";
  143.  
  144. class clients
  145. {
  146. pingfreq 90;
  147. maxclients 500;
  148. sendq 100000;
  149. recvq 8000;
  150. };
  151.  
  152. class servers
  153. {
  154. pingfreq 90;
  155. maxclients 10;
  156. sendq 1000000;
  157. connfreq 100;
  158. };
  159.  
  160. allow {
  161. ip *@*;
  162. hostname *@*;
  163. class clients;
  164. maxperip 5;
  165. };
  166.  
  167. listen *:7000;
  168.  
  169. listen *:8067;
  170. listen *:6667
  171. {
  172. options
  173. {
  174. clientsonly;
  175. };
  176. };
  177. ;
  178.  
  179. log "ircd.log" {
  180. maxsize 2097152;
  181. flags {
  182. oper;
  183. kline;
  184. connects;
  185. server-connects;
  186. kills;
  187. errors;
  188. sadmin-commands;
  189. chg-commands;
  190. oper-override;
  191. spamfilter;
  192. };
  193. };
  194.  
  195. alias NickServ { type services; };
  196. alias ChanServ { type services; };
  197. alias OperServ { type services; };
  198. alias HelpServ { type services; };
  199. include "aliases/anope.conf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement