Advertisement
DiamantThomy

unrealircd.conf

Feb 25th, 2012
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. loadmodule "src/modules/commands.so";
  2. loadmodule "src/modules/cloak.so";
  3.  
  4.  
  5.  
  6. include "help.conf";
  7. include "badwords.channel.conf";
  8. include "badwords.message.conf";
  9. include "badwords.quit.conf";
  10. include "spamfilter.conf";
  11. include "aliases/anope.conf";
  12.  
  13. me
  14. {
  15. name "MY-Network.COM";
  16. info "Network Info";
  17. numeric 1;
  18. };
  19.  
  20. admin {
  21. "Vorname Nachname";
  22. "IRCnick";
  23. "admin@email.de";
  24. };
  25.  
  26.  
  27. class clients {
  28. pingfreq 90;
  29. maxclients 500;
  30. sendq 100000;
  31. recvq 8000;
  32. };
  33.  
  34. class servers {
  35. pingfreq 90;
  36. maxclients 10;
  37. sendq 1000000;
  38. connfreq 100;
  39. };
  40.  
  41. allow {
  42. ip *;
  43. hostname *;
  44. class clients;
  45. maxperip 5;
  46. };
  47.  
  48. oper Admin {
  49. class clients;
  50. from {
  51. userhost *@ip-host;
  52. };
  53. flags
  54. {
  55. can_rehash;
  56. helpop;
  57. get_umodew;
  58. can_globops;
  59. can_wallops;
  60. can_localroute;
  61. can_localkill;
  62. can_kline;
  63. can_unkline;
  64. can_localnotice;
  65. can_globalroute;
  66. can_globalkill;
  67. can_globalnotice;
  68. global;
  69. can_override;
  70. can_dccdeny;
  71. can_setq;
  72. admin;
  73. services-admin;
  74. netadmin;
  75. can_zline;
  76. can_gzline;
  77. can_gkline;
  78. };
  79. password "ghS1nJKDs";
  80. swhois "Text";
  81. snomask cFfkjvGnNqsSo;
  82. };
  83.  
  84. oper Proxyscanner {
  85. from {
  86. userhost *;
  87. };
  88. class clients;
  89. flags {
  90. local;
  91. global;
  92. helpop;
  93. get_umodew
  94. can_wallops;
  95. can_globops;
  96. can_localkill;
  97. can_globalkill;
  98. can_kline;
  99. can_unkline;
  100. can_localnotice;
  101. can_globalnotice;
  102. can_zline;
  103. can_gkline;
  104. can_gzline;
  105. };
  106.  
  107. password "chsHS1qxcsw";
  108. snomask cFnNfkejvGqsSo;
  109. modes Hpi;
  110. swhois "text";
  111. maxlogins 2;
  112. };
  113.  
  114.  
  115.  
  116. listen *:6665-6669 {
  117. options {
  118. clientsonly;
  119. };
  120. };
  121.  
  122. listen *:6670 {
  123. options {
  124. clientsonly;
  125. ssl;
  126. };
  127. };
  128.  
  129. listen *:6640 {
  130. options {
  131. serversonly;
  132. };
  133. };
  134.  
  135. link Services.MY-Network.COM
  136. {
  137. username *;
  138. hostname *;
  139. bind-ip ip;
  140. port 6640;
  141. hub *;
  142. password-connect "pw";
  143. password-receive "pw";
  144. class servers;
  145. };
  146.  
  147. link Stats.MY-Network.COM
  148. {
  149. username *;
  150. hostname *;
  151. bind-ip ip;
  152. port 6640;
  153. hub *;
  154. password-connect "pw";
  155. password-receive "pw";
  156. class servers;
  157. };
  158.  
  159.  
  160.  
  161. ulines {
  162. Services.MY-Network.COM;
  163. Stats.MY-Network.COM;
  164. Defender.MY-Network.COM;
  165. };
  166.  
  167. drpass {
  168. restart "pw";
  169. die "pw";
  170. };
  171.  
  172.  
  173. log "oper.log" {
  174. maxsize 10MB;
  175. flags {
  176. oper;
  177. kline;
  178. kills;
  179. chg-commands;
  180. oper-override;
  181. spamfilter;
  182. };
  183. };
  184.  
  185.  
  186. log "sadmin.log" {
  187. maxsize 10MB;
  188. flags {
  189. sadmin-commands;
  190.  
  191. };
  192. };
  193.  
  194.  
  195. log "erros.log" {
  196. maxsize 10MB;
  197. flags {
  198. errors;
  199.  
  200. };
  201. };
  202.  
  203.  
  204. log "connect.log" {
  205. maxsize 10MB;
  206. flags {
  207.  
  208. connects;
  209. server-connects;
  210. };
  211. };
  212.  
  213.  
  214.  
  215. set {
  216. network-name "Networkname";
  217. default-server "irc.MY-Network.COM";
  218. services-server "Services.MY-Network.COM";
  219. stats-server "Stats.MY-Network.COM";
  220. help-channel "#Help";
  221. hiddenhost-prefix "Networkname";
  222. prefix-quit "no";
  223. cloak-keys {
  224. "38BNMkj4nD";
  225. "j38uJKE21wq";
  226. "h34nKLDN412>";
  227.  
  228. };
  229. hosts {
  230. local "LocalOp.MY-Network.COM";
  231. global "GlobalOp.MY-Network.COM";
  232. coadmin "CoAdmin.MY-Network.COM";
  233. admin "SrvAdmin.MY-Network.COM";
  234. servicesadmin "SvsAdmin.MY-Network.COM";
  235. netadmin "NetAdmin.MY-Network.COM";
  236. host-on-oper-up "yes";
  237. };
  238. };
  239.  
  240.  
  241. set {
  242. kline-address "kline@email.de";
  243. modes-on-connect "+ixw";
  244. modes-on-oper "+xwgs";
  245. oper-auto-join "#Opers";
  246. options {
  247. hide-ulines;
  248. identd-check;
  249. show-connect-info;
  250. };
  251.  
  252. maxchannelsperuser 10;
  253. anti-spam-quit-message-time 10s;
  254. static-part no;
  255. oper-only-stats "CdDlLXz";
  256. throttle {
  257. connections 4;
  258. period 75s;
  259. };
  260.  
  261.  
  262. anti-flood {
  263. nick-flood 5:60;
  264. };
  265.  
  266.  
  267. spamfilter {
  268. ban-time 1d;
  269. ban-reason "Spam/Belästigung";
  270. virus-help-channel "#Help";
  271. };
  272.  
  273. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement