Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. <config format="xml">
  2. <define name="bindip" value="0.0.0.0">
  3. <define name="localips" value="127.0.0.1/24">
  4.  
  5. <server name="hubby.irc.x3tech.com"
  6. description="x3tech IRC Network Hub"
  7. network="X3TEC">
  8.  
  9. <admin name="Stein"
  10. nick="Xeross"
  11. email="hostmaster@x3tech.com">
  12.  
  13. # SSL Bind
  14. <bind address=""
  15. port="6697"
  16. type="clients"
  17. ssl="gnutls" >
  18.  
  19. # Normal bind
  20. <bind address="" port="6660-6669" type="clients">
  21.  
  22. # Server Bind
  23. <bind address="" port="7000" type="servers">
  24.  
  25. # Server SSL Bind
  26. <bind address="" port="7500" type="servers"
  27. ssl="gnutls"
  28. >
  29.  
  30. <power hash="sha256"
  31. diepass="XXXXXXXXXXXXXXX"
  32. restartpass="XXXXXXXXXXXXXXX">
  33.  
  34. <connect name="main"
  35. allow="*"
  36. timeout="10"
  37. pingfreq="120"
  38. hardsendq="1048576"
  39. softsendq="8192"
  40. recvq="8192"
  41. threshold="10"
  42. commandrate="1000"
  43. fakelag="on"
  44. localmax="0"
  45. globalmax="0"
  46. useident="no"
  47. limit="5000"
  48. modes="+x">
  49.  
  50. <cidr ipv4clone="32"
  51. ipv6clone="128">
  52.  
  53. <include file="conf/opers.conf">
  54. <include file="conf/links.conf">
  55.  
  56. <files motd="conf/inspircd.motd" rules="conf/inspircd.rules">
  57.  
  58. <channels users="20"
  59. opers="60">
  60.  
  61. <dns server="127.0.0.1"
  62. timeout="5">
  63.  
  64. <pid file="/home/irc/ircd/bin/inspircd.pid">
  65.  
  66. <banlist chan="*" limit="128"> #
  67.  
  68. <options prefixquit="Quit: "
  69. suffixquit=""
  70. prefixpart="""
  71. suffixpart="""
  72. syntaxhints="yes"
  73. cyclehosts="no"
  74. ircumsgprefix="no"
  75. announcets="yes"
  76.  
  77. allowmismatched="no"
  78. defaultbind="auto"
  79.  
  80. hostintopic="yes"
  81.  
  82. pingwarning="15"
  83. serverpingfreq="60"
  84. defaultmodes="nt"
  85.  
  86. moronbanner="You're banned! Email abuse@x3tech.com with the ERROR line below for help."
  87. exemptchanops="nonick:v flood:o"
  88.  
  89. invitebypassmodes="yes">
  90.  
  91. <performance netbuffersize="10240"
  92. maxwho="4096"
  93. somaxconn="128"
  94.  
  95. softlimit="12800"
  96. quietbursts="yes"
  97. nouserdns="no">
  98.  
  99. <security announceinvites="dynamic"
  100. hidemodes="eI"
  101. hideulines="no"
  102. flatlinks="no"
  103. hidewhois=""
  104. hidebans="no"
  105. hidekills=""
  106. hidesplits="no"
  107. maxtargets="20"
  108. customversion=""
  109. operspywhois="no"
  110.  
  111. # runasuser="ircd"
  112. # runasgroup="ircd"
  113.  
  114. restrictbannedusers="yes"
  115. genericoper="no"
  116.  
  117. userstats="Pu">
  118.  
  119. <limits maxnick="31"
  120. maxchan="64"
  121. maxmodes="20"
  122. maxident="11"
  123. maxquit="255"
  124. maxtopic="307"
  125. maxkick="255"
  126. maxgecos="128"
  127. maxaway="200">
  128.  
  129. <log method="file" type="* -USERINPUT -USEROUTPUT" level="default" target="logs/ircd.log">
  130. #<log method="file" type="* -USERINPUT -USEROUTPUT" level="debug" target="logs/debug.log">
  131.  
  132. <whowas groupsize="10"
  133. maxgroups="100000"
  134. maxkeep="3d">
  135.  
  136. <insane hostmasks="no"
  137. ipmasks="no"
  138. nickmasks="no"
  139. trigger="95.5">
  140.  
  141. <include file="conf/modules.conf">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement