Guest User

Untitled

a guest
Jul 19th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. <config format="xml">
  2. <define name="bindip" value="my.ip.is.here">
  3. <define name="localips" value="&bindip;/24">
  4.  
  5. #-#-#-#-#-#-#-#-#-#-#-#- SERVER DESCRIPTION -#-#-#-#-#-#-#-#-#-#-#-#-
  6.  
  7. <server
  8. # just fill in whatever address you plan to connect to the server via
  9. name="Victoria.BC.CA.EuropeIRC.Ca"
  10.  
  11. # a short name for the server
  12. description="EuropeIRC Main Canadain Hub"
  13.  
  14. # network name, no spaces, any servers you intend to link in the future will need to use this name
  15. network="EuropeIRC">
  16.  
  17.  
  18. #-#-#-#-#-#-#-#-#-#-#-#- ADMIN INFORMATION -#-#-#-#-#-#-#-#-#-#-#-
  19.  
  20. <admin
  21. # your name
  22. name="Bazman007"
  23.  
  24. # nickname you plan to use on the network
  25. nick="Bazman007"
  26.  
  27. # your email address
  28. email="MI5@the.best.secret.agent">
  29.  
  30.  
  31. #-#-#-#-#-#-#-#-#-#-#-#- PORT CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-
  32. <bind
  33. # ip address to bind to, leave this blank
  34. address="my.ip.is.here"
  35.  
  36. # irc port
  37. port="6660-6669"
  38.  
  39. # type of connection bind, leave this as clients
  40. type="clients">
  41.  
  42. <bind
  43. # ip address to bind to, leave this blank
  44. address="my.ip.is.here"
  45.  
  46. # irc port
  47. port="6697"
  48.  
  49. # type of connection bind, leave this as clients
  50. type="clients"
  51.  
  52. # ssl type, leave this as openssl
  53. ssl="openssl">
  54.  
  55. # this is the bind that will be used for atheme later, do not change it
  56. <bind address="my.ip.is.here" port="6666" type="servers">
  57.  
  58.  
  59.  
  60. #-#-#-#-#-#-#-#-#-#- DIE/RESTART CONFIGURATION -#-#-#-#-#-#-#-#-#-#-
  61.  
  62. <power
  63. # make this a long un-rememberable string
  64. diepass="23845bo728b34587746543729147821"
  65.  
  66. # make this a long un-rememberable string
  67. restartpass="32yrti34iu2bi4376659247861a">
  68.  
  69.  
  70. #-#-#-#-#-#-#-#-#-#- CONNECTIONS CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#
  71.  
  72. <connect deny="3ffe::0/32" reason="The 6bone address space is deprecated">
  73.  
  74. <connect
  75. # name for this connection block, leave as main
  76. name="main"
  77.  
  78. # ip address's to allow, leave as *
  79. allow="*"
  80.  
  81. # timeout to disconnect if a user does not register, leave as 10
  82. timeout="10"
  83.  
  84. # frequency to ping clients to check they're still connected, leave as 120
  85. pingfreq="120"
  86.  
  87. # leave these as they are!
  88. hardsendq="1048576"
  89. softsendq="8192"
  90. recvq="8192"
  91. threshold="10"
  92. commandrate="1000"
  93. fakelag="on"
  94.  
  95. # max number of local connections, leave as 3
  96. localmax="3"
  97.  
  98. # max number of global connections, leave as 3
  99. globalmax="3"
  100.  
  101. # no, we don't want to require ident, leave this as no
  102. useident="no"
  103.  
  104. # this is going to be pretty much your user maximum, 5000 should do
  105. limit="5000"
  106.  
  107. # user modes to set on connect, +x will cloak host, so leave this as is
  108. modes="+x">
  109.  
  110.  
  111. #-#-#-#-#-#-#-#-#-#-#-#- CIDR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-
  112.  
  113. # leave these as is, they stop clones from killing your network
  114.  
  115. <cidr
  116. ipv4clone="32"
  117. ipv6clone="128">
  118.  
  119. # include the conf files we'll create in a minute
  120. <include file="conf/opers.conf">
  121. <include file="conf/links.conf">
  122.  
  123. #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-#
  124. # Leave every setting after this unchanged, I've nicely configured them for you
  125.  
  126. <files motd="conf/inspircd.motd" rules="conf/inspircd.rules">
  127.  
  128. #-#-#-#-#-#-#-#-#-#-#-# MAXIMUM CHANNELS -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  129. # #
  130.  
  131. <channels
  132. users="20"
  133. opers="60">
  134.  
  135. #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  136.  
  137. <banlist chan="*" limit="128">
  138.  
  139. #-#-#-#-#-#-#-#-#-#-#-#-#- SERVER OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#
  140.  
  141. <options
  142. prefixquit="Quit: "
  143. suffixquit=""
  144. prefixpart="""
  145. suffixpart="""
  146. cyclehosts="yes"
  147. cyclehostsfromuser="no"
  148. ircumsgprefix="no"
  149. announcets="yes"
  150. allowmismatched="no"
  151. defaultbind="auto"
  152. hostintopic="yes"
  153. pingwarning="15"
  154. serverpingfreq="60"
  155. defaultmodes="nt"
  156. moronbanner="You're banned! If you believe this is in error go cry uncontrollably"
  157. exemptchanops="nonick:v flood:o"
  158. invitebypassmodes="yes">
  159.  
  160.  
  161. #-#-#-#-#-#-#-#-#-#-#-# PERFORMANCE CONFIGURATION #-#-#-#-#-#-#-#-#-#-#
  162. # #
  163.  
  164. <performance
  165. netbuffersize="10240"
  166. maxwho="4096"
  167. somaxconn="128"
  168. softlimit="12800"
  169. quietbursts="yes"
  170.  
  171. nouserdns="no">
  172.  
  173. #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#
  174. # #
  175.  
  176. <security
  177. announceinvites="dynamic"
  178. hidemodes="eI"
  179. hideulines="no"
  180. flatlinks="no"
  181. hidewhois=""
  182. hidebans="no"
  183. hidekills=""
  184. hidesplits="no"
  185. maxtargets="20"
  186. customversion="Screw you v1.0"
  187. operspywhois="no"
  188. restrictbannedusers="yes"
  189. genericoper="no"
  190. userstats="Pu">
  191.  
  192. #-#-#-#-#-#-#-#-#-#-#-#-# LIMITS CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#
  193.  
  194. <limits
  195. maxnick="31"
  196. maxchan="64"
  197. maxmodes="20"
  198. maxident="11"
  199. maxquit="255"
  200. maxtopic="307"
  201. maxkick="255"
  202. maxgecos="128"
  203. maxaway="200">
  204.  
  205.  
  206. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  207. # Logging
  208.  
  209. <log method="file" type="* -USERINPUT -USEROUTPUT" level="default" target="ircd.log">
  210.  
  211. #-#-#-#-#-#-#-#-#-#-#-#-#- WHOWAS OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#
  212.  
  213. <whowas
  214. groupsize="10"
  215. maxgroups="100000"
  216. maxkeep="3d">
  217.  
  218. #-#-#-#-#-#-#-#-#-#-#-#-#-#- BAN OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#-
  219.  
  220. <badnick nick="ChanServ" reason="Reserved For Services">
  221. <badnick nick="NickServ" reason="Reserved For Services">
  222. <badnick nick="OperServ" reason="Reserved For Services">
  223. <badnick nick="MemoServ" reason="Reserved For Services">
  224.  
  225. #-#-#-#-#-#-#-#-#-#-#- INSANE BAN OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#-
  226.  
  227.  
  228. <insane
  229. hostmasks="no"
  230. ipmasks="no"
  231. nickmasks="no"
  232. trigger="95.5">
  233.  
  234. <include file="conf/modules.conf">
Add Comment
Please, Sign In to add comment