Guest User

Untitled

a guest
Jul 17th, 2018
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.18 KB | None | 0 0
  1. <server
  2. name="c2.net.nz"
  3. description="sNext Server"
  4. #id="97K"
  5. network="sNext">
  6.  
  7. <admin
  8. name="TheTosh"
  9. nick="TheTosh"
  10. email="dunno@my.email">
  11.  
  12. <bind address="" port="6667" type="clients">
  13.  
  14. <bind address="" port="7000,7001" type="servers">
  15.  
  16. <power
  17. diepass="HAHAAHAHAHA...HAAAHAHAHAchange this.. :P"
  18.  
  19. restartpass="HAHAAHAHAHA...HAAAHAHAHAchange this.. :P">
  20.  
  21. <connect
  22. name="main"
  23. allow="*"
  24. #maxchans="30"
  25. timeout="10"
  26. pingfreq="120"
  27. sendq="262144"
  28. recvq="8192"
  29. localmax="3"
  30. globalmax="3"
  31. useident="no"
  32. limit="5000"
  33. modes="+x">
  34.  
  35. <cidr
  36. ipv4clone="32"
  37. ipv6clone="128">
  38.  
  39. <include file="opers.conf">
  40.  
  41. <files
  42. motd="inspircd.motd"
  43. rules="inspircd.rules">
  44.  
  45. <channels
  46. users="20"
  47. opers="60">
  48.  
  49. <options
  50. prefixquit="Quit: "
  51. suffixquit=""
  52. prefixpart="\""
  53. suffixpart="\""
  54. syntaxhints="yes"
  55. cyclehosts="yes"
  56. ircumsgprefix="no"
  57. announcets="yes"
  58. hostintopic="no"
  59. pingwarning="15"
  60. serverpingfreq="60"
  61. allowhalfop="yes"
  62. defaultmodes="nt"
  63. moronbanner="You're banned! Email badboy9584@gmail.com with the ERROR line below for help."
  64. exemptchanops=""
  65. invitebypassmodes="yes">
  66.  
  67. <performance
  68. # netbuffersize: Size of the buffer used to recieve data from clients.
  69. # The ircd may only read this amount of text in 1 go at any time.
  70. netbuffersize="10240"
  71.  
  72. # maxwho: Maximum number of results to show in a /who query.
  73. # It is not recommended to set this above 1024.
  74. maxwho="128"
  75.  
  76. # somaxconn: The maximum number of connections that may be waiting
  77. # in the accept queue. This is *NOT* the total maximum number of
  78. # connections per server. Some systems may only allow this to be up
  79. # to 5, while others (such as linux and *BSD) default to 128.
  80. somaxconn="128"
  81.  
  82. # softlimit: This optional feature allows a defined softlimit for
  83. # connections. If defined, it sets a soft max connections value.
  84. # must be lower than ./configure maxclients.
  85. softlimit="12800"
  86.  
  87. # quietbursts: When syncing or splitting from a network, a server
  88. # can generate a lot of connect and quit messages to opers with
  89. # +C and +Q snomasks. Setting this to yes squelches those messages,
  90. # which makes it easier for opers, but degrades the functionality of
  91. # bots like BOPM during netsplits.
  92. quietbursts="yes"
  93.  
  94. # nouserdns: If enabled, no DNS lookups will be performed on
  95. # connecting users. This can save a lot of resources on very busy servers.
  96. nouserdns="no">
  97.  
  98. #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#
  99. # #
  100.  
  101. <security
  102.  
  103. # announceinvites: If this option is set, then invites are announced
  104. # to the channel when a user invites another user. If you consider
  105. # this to be unnecessary noise, set this to 'none'.
  106. # To announce to all ops, set this to 'ops' and to announce to all users,
  107. # set the value to 'all'. The value 'dynamic' will make the messages
  108. # go to every user who has power of INVITE on the channel. This
  109. # is the recommended setting.
  110. announceinvites="dynamic"
  111.  
  112. # hidemodes: If enabled, then the listmodes given will be hidden
  113. # from users below halfop. This is not recommended to be set on +b
  114. # as it may break some functionality in popular clients such as mIRC.
  115. hidemodes="eI"
  116.  
  117. # hideulines: If this value is set to yes, U-lined servers will
  118. # be hidden from non-opers in /links and /map.
  119. hideulines="yes"
  120.  
  121. # flatlinks: If this value is set to yes, /map and /links will
  122. # be flattened when shown to non-opers.
  123. flatlinks="yes"
  124.  
  125. # hidewhois: When defined, the given text will be used in place
  126. # of the server a user is on when whoised by a non-oper. Most
  127. # networks will want to set this to something like "*.netname.net"
  128. # to conceal the actual server a user is on.
  129. hidewhois=""
  130.  
  131. # hidebans: If this value is set to yes, when a user is banned ([gkz]lined)
  132. # only opers will see the ban message when the user is removed
  133. # from the server.
  134. hidebans="no"
  135.  
  136. # hidekills: If defined, replaces who set a /kill with a custom string.
  137. hidekills=""
  138.  
  139. # hidesplits: If enabled, non-opers will not be able to see which
  140. # servers split in a netsplit, they will only be able to see that one
  141. # occurred (If their client has netsplit detection).
  142. hidesplits="no"
  143.  
  144. # maxtargets: Maximum number of targets per command.
  145. # (Commands like /notice, /privmsg, /kick, etc)
  146. maxtargets="20"
  147.  
  148. # customversion: Displays a custom string when a user /version's
  149. # the ircd. This may be set for security reasons or vanity reasons.
  150. customversion="sNextIRCNetwork"
  151.  
  152. # operspywhois: If this is set to yes, when a oper /whois 's a user,
  153. # it will show all channels the user is in including +s and +p
  154. # channels.
  155. operspywhois="yes"
  156.  
  157. # runasuser: If this is set, InspIRCd will attempt to setuid
  158. # to run as this user- allows binding of ports under 1024.
  159. # NOT SUPPORTED/NEEDED UNDER WINDOWS.
  160. #runasuser=""
  161.  
  162. # runasgroup: If this is set, InspIRCd will attempt to set group
  163. # to run under this group, which allows binding of ports under 1024
  164. # NOT SUPPORTED/NEEDED UNDER WINDOWS.
  165. #runasgroup=""
  166.  
  167. # restrictbannedusers: If this is set to yes, InspIRCd will not allow users
  168. # banned on a channel to change nickname or message channels they are
  169. # banned on.
  170. restrictbannedusers="yes"
  171.  
  172. # genericoper: Setting this value to yes makes all opers on this server
  173. # appear as 'is an IRC operator' in their WHOIS, regardless of their
  174. # oper type, however oper types are still used internally. This only
  175. # affects the display in WHOIS.
  176. genericoper="yes"
  177.  
  178. # userstats: /stats commands that users can run (opers can run all).
  179. userstats="Pu">
  180.  
  181. <limits
  182. # maxnick: Maximum length of a nickname. 123456789012345678901234567890
  183. maxnick="20"
  184.  
  185. # maxchan: Maximum length of a channel name.
  186. maxchan="35"
  187.  
  188. # maxmodes: Maximum number of mode changes per line.
  189. maxmodes="20"
  190.  
  191. # maxident: Maximum length of a ident/username.
  192. maxident="11"
  193.  
  194. # maxquit: Maximum length of a quit message.
  195. maxquit="255"
  196.  
  197. # maxtopic: Maximum length of a channel topic.
  198. maxtopic="450"
  199.  
  200. # maxkick: Maximum length of a kick message.
  201. maxkick="255"
  202.  
  203. # maxgecos: Maximum length of a GECOS (realname).
  204. maxgecos="128"
  205.  
  206. # maxaway: Maximum length of an away message.
  207. maxaway="200">
  208.  
  209. <log method="file" type="* -USERINPUT -USEROUTPUT -m_spanningtree" level="default" target="ircd.log">
  210. <whowas
  211. # groupsize: Maximum entries per nick shown when performing
  212. # a /whowas nick.
  213. groupsize="10"
  214.  
  215. # maxgroups: Maximum number of nickgroups that can be added to
  216. # the list so that /whowas does not use a lot of resources on
  217. # large networks.
  218. maxgroups="100000"
  219.  
  220. # maxkeep: Maximum time a nick is kept in the whowas list
  221. # before being pruned. Time may be specified in seconds,
  222. # or in the following format: 1y2w3d4h5m6s. Minimum is
  223. # 1 hour.
  224. maxkeep="3d">
  225. <badip
  226. # ipmask: IP range to ban. Wildcards and CIDR can be used.
  227. ipmask="69.69.69.69"
  228.  
  229. # reason: Reason to display when user is disconnected.
  230. reason="No porn here thanks.">
  231.  
  232. <badnick
  233. # nick: Nick to disallow. Wildcards are supported.
  234. nick="ChanServ"
  235.  
  236. # reason: Reason to display on /nick.
  237. reason="Reserved For Services">
  238.  
  239. <badnick nick="NickServ" reason="Reserved For Services">
  240. <badnick nick="OperServ" reason="Reserved For Services">
  241. <badnick nick="MemoServ" reason="Reserved For Services">
  242. <badnick nick="BotServ" reason="Reserved For Services">
  243. <badnick nick="AuthServ" reason="Reserved For Services">
  244. <badnick nick="HostServ" reason="Reserved For Services">
  245. <insane
  246. hostmasks="no"
  247. ipmasks="no"
  248. nickmasks="no"
  249. trigger="90">
  250.  
  251. <uline server="services.snext.serveirc.com">
  252. <link name="snext.co.cc"
  253. ipaddr="snext.serveirc.com"
  254. port="7000"
  255. sendpass="n0WA1r72k8kIlia80"
  256. recvpass="omg4s8oaksJAalla9">
Add Comment
Please, Sign In to add comment