fmc1962

Untitled

May 5th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 13.73 KB | None | 0 0
  1. #-#-#-#-#-#-#-#-#-#-  CONNECTIONS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#-#
  2.  
  3. # connect:reason is the message that users will see if they match a deny block
  4. <connect deny="3ffe::0/32" reason="The 6bone address space is deprecated">
  5.  
  6.  
  7. <connect
  8.       name="ssl"
  9.       parent="main"
  10.       allow="*"
  11.       timeout="10"
  12.       localmax="5"
  13.       globalmax="5"
  14.       maxconnwarn="off"
  15.       usednsbl="yes"
  16.       useident="no"
  17.       limit="5000"
  18.       modes="+x"
  19.       requiressl="on"
  20.       allowmotdcolors="false"
  21.       # port: What port this user is allowed to connect on. (optional)
  22.       # The port MUST be set to listen in the bind blocks above.
  23.       forceident="ssl"
  24.       disableumodes="dxB"
  25.         port="6697">
  26.  
  27.  
  28. <connect
  29.     name="kiwi1"
  30.         allow="109.169.31.3"
  31.     parent="main"
  32.     timeout="60"
  33.     flood="10"
  34.     pingfreq="90"
  35.     threshold="5"
  36.     sendq="131074"
  37.     recvq="8192"
  38.     globalmax="1000"
  39.     useident="no"
  40.     forceident="kiwi1"
  41.     localmax="1000"
  42.     modes="+xTGI"
  43.     port="6697"
  44.         usednsbl="no"
  45.     disableumodes="dx">
  46.  
  47.  
  48. <connect
  49.     name="kiwi2"
  50.         allow="109.169.31.4"
  51.         parent="main"
  52.     timeout="60"
  53.     flood="10"
  54.         pingfreq="90"
  55.     threshold="5"
  56.     sendq="131074"
  57.     recvq="8192"
  58.     globalmax="1000"
  59.     useident="no"
  60.     forceident="kiwi2"
  61.     localmax="1000"
  62.     modes="+xTGI"
  63.     port="6697"
  64.         usednsbl="no"
  65.     disableumodes="dx">
  66.  
  67. <connect
  68.     name="kiwi3"
  69.         parent="main"
  70.     allow="78.129.190.63"
  71.     timeout="60"
  72.     flood="10"
  73.     pingfreq="90"
  74.     threshold="5"
  75.     sendq="131074"
  76.         recvq="8192"
  77.     globalmax="1000"
  78.         usednsbl="no"
  79.         useident="no"
  80.     forceident="kiwi3"
  81.     localmax="1000"
  82.     modes="+cxTGI"
  83.         port="6697"
  84.         disableumodes="dx">
  85.  
  86. <connect
  87.     name="kiwi4"
  88.         allow="78.129.190.63"
  89.     parent="main"
  90.     timeout="60"
  91.     flood="10"
  92.     pingfreq="90"
  93.     threshold="5"
  94.     sendq="131074"
  95.     recvq="8192"
  96.     globalmax="1000"
  97.     useident="no"
  98.     forceident="kiwi4"
  99.     localmax="1000"
  100.     modes="+xTGI"
  101.     port="6697"
  102.         usednsbl="no"
  103.     disableumodes="dx">
  104.  
  105.  
  106. <connect
  107.     name="kiwi5"
  108.         allow="109.169.31.3"
  109.         parent="main"
  110.     timeout="60"
  111.     flood="10"
  112.     pingfreq="90"
  113.     threshold="5"
  114.     sendq="131074"
  115.     recvq="8192"
  116.     globalmax="1000"
  117.     useident="no"
  118.     forceident="kiwi5"
  119.     localmax="1000"
  120.     modes="+xTGI"
  121.     port="6697"
  122.         usednsbl="no"
  123.     disableumodes="dx">
  124.  
  125.  
  126.  
  127. <connect
  128.         name="eggdrops"
  129.       allow="107.161.31.135"
  130.       sendq="262144000"
  131.       recvq="101920"
  132.       timeout="100"
  133.       localmax="100"
  134.       globalmax="200"
  135.       limit="100"
  136.       # forceident="eggdrop"
  137.       # useident="yes"
  138.       modes="+cxGIT">
  139.  
  140. <connect
  141.       name="main"
  142.       allow="*"
  143.       maxchans="60"
  144.       timeout="10"
  145.       pingfreq="90"
  146.       hardsendq="1048576"
  147.       softsendq="8192"
  148.       recvq="8192"
  149.       threshold="10"
  150.       commandrate="1000"
  151.       fakelag="on"
  152.       localmax="3"
  153.       globalmax="3"
  154.       useident="yes"
  155.       limit="5000"
  156.       disableumodes="dBx"
  157.       maxconnwarn="no"
  158.       modes="+xT">
  159.  
  160.  
  161.  
  162. #<connect
  163.   #       name="clients"
  164.     #     allow="*"
  165.       #   #maxchans="30"
  166.  #        timeout="10"
  167.      #    pingfreq="120"
  168.      #    hardsendq="1M"
  169.      #    softsendq="8192"
  170.      #    recvq="8K"
  171.      #    threshold="10"
  172.      #    commandrate="1000"
  173.       #   fakelag="on"
  174.  
  175.       #   # localmax: Maximum local connections per IP.
  176.    #      localmax="5"
  177.  
  178.          # globalmax: Maximum global (network-wide) connections per IP.
  179.       #   globalmax="5"
  180.  
  181.          # useident: Defines if users in this class must respond to a ident query or not.
  182.         # useident="no"
  183.  
  184.          # limit: How many users are allowed in this class
  185.         #limit="5000"
  186.  
  187.          # modes: Usermodes that are set on users in this block on connect.
  188.          # Enabling this option requires that the m_conn_umodes module be loaded.
  189.          # This entry is highly recommended to use for/with IP Cloaking/masking.
  190.          # For the example to work, this also requires that the m_cloaking
  191.          # module be loaded as well.
  192.          #modes="+x">
  193.  
  194.  
  195.  
  196.  
  197.  
  198. #-#-#-#-#-#-#-#-#-#-#-#-  CIDR CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-
  199.  
  200. <cidr
  201.       ipv4clone="32"
  202.       ipv6clone="128">
  203.  
  204. # This file has all the information about oper classes, types and o:lines.
  205. # You *MUST* edit it.
  206. <include file="conf/opers.conf">
  207.  
  208. # This file has all the information about server links and ulined servers.
  209. # You *MUST* edit it if you intend to link servers.
  210. <include file="conf/links.conf">
  211.  
  212. #-#-#-#-#-#-#-#-#-#-  MISCELLANEOUS CONFIGURATION  -#-#-#-#-#-#-#-#-#-#
  213.  
  214. <files motd="conf/motd.txt" rules="conf/rules.txt">
  215.  
  216. # Example of an executable file include. Note this will be read on rehash,
  217. # not when the command is run.
  218. #<execfiles rules="wget -O - http://www.example.com/rules.txt">
  219.  
  220. #-#-#-#-#-#-#-#-#-#-#-# MAXIMUM CHANNELS -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  221. #                                                                     #
  222.  
  223. <channels
  224.           users="20"
  225.           opers="60">
  226.  
  227. #-#-#-#-#-#-#-#-#-#-#-#-#-#-# DNS SERVER -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  228. # If these values are not defined, InspIRCd uses the default DNS resolver
  229. # of your system.
  230.  
  231. <dns
  232.      # server: DNS server to use to attempt to resolve IP's to hostnames.
  233.      # in most cases, you won't need to change this, as inspircd will
  234.      # automatically detect the nameserver depending on /etc/resolv.conf
  235.      # (or, on Windows, your set nameservers in the registry.)
  236.      # Note that this must be an IP address and not a hostname, because
  237.      # there is no resolver to resolve the name until this is defined!
  238.      #
  239.      server="127.0.0.1"
  240.  
  241.      # timeout: seconds to wait to try to resolve DNS/hostname.
  242.      timeout="5">
  243.  
  244. # An example of using an IPv6 nameserver
  245. #<dns server="::1" timeout="5">
  246.  
  247. #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  248.  
  249. <banlist chan="*" limit="128">
  250.  
  251.  
  252. #-#-#-#-#-#-#-#-#-#-#-#-#-  SERVER OPTIONS   -#-#-#-#-#-#-#-#-#-#-#-#-#
  253. #                                                                     #
  254. #   Settings to define which features are usable on your server.      #
  255. #                                                                     #
  256.  
  257. <options
  258.          prefixquit="Quit: "
  259.          suffixquit=""
  260.          prefixpart="&quot;"
  261.          suffixpart="&quot;"
  262.          syntaxhints="yes"
  263.          cyclehosts="yes"
  264.          cyclehostsfromuser="no"
  265.          ircumsgprefix="no"
  266.          announcets="yes"
  267.          allowmismatch="no"
  268.          defaultbind="auto"
  269.          hostintopic="yes"
  270.          pingwarning="15"
  271.          serverpingfreq="60"
  272.         defaultmodes="BCEFJTfjnt 5:2 3:3 60 5:2 6:2"      
  273.         #   defaultmodes="ntCTG"
  274.         #   defaultmodes="ntCTdfjFJ 10 *5:5 5:5 5:5 30"
  275.         #   defaultmodes="BCEFJTdfjnt 5:2 3:3 60 10 5:2 6:2"
  276.         #   defaultmodes="BCEFJTdfjnt *1:10 2:10 30 10 *3:3 4:10"
  277.          moronbanner="You're banned! Email [email protected] with the ERROR line below for help."
  278.             #   exemptchanops="nonick:v flood:o"
  279.             exemptchanops="nonick:v flood:h blockcaps:h noctcp:h blockcolor:h nickflood:h censor:h regmoderated:h filter:h nonotice:h stripcolor:h"
  280.          invitebypassmodes="yes"
  281.          nosnoticestack="yes"
  282.          welcomenotice="yes">
  283.  
  284. ##################################################################################################################
  285. ##################################################################################################################
  286.  
  287.     <module name="m_dnsbl.so">
  288.      
  289. <dnsbl name="DroneBL"
  290.        type="bitmask"
  291.        domain="dnsbl.dronebl.org"
  292.        action="ZLINE"
  293.        reason="You are listed in DroneBL. Please visit http://dronebl.org/lookup.do?ip=%ip%"
  294.        duration="1h"
  295.        bitmask="253">
  296.  
  297. <dnsbl name="EFnet TOR"
  298.        type="record"
  299.        domain="rbl.efnetrbl.org"
  300.        action="ZLINE"
  301.        reason="Your IP %ip% is listed on efnet's RBL. http://rbl.efnetrbl.org/?i=%ip%"
  302.        duration="1h"
  303.        record="3,4,5,6,7,8,9,10">
  304.  
  305.  
  306. <dnsbl name="opm.tornevall.org"
  307.        type="bitmask"
  308.        domain="opm.tornevall.org"
  309.        action="ZLINE"
  310.        reason="Your IP %ip% is listed on efnet's tornevall. http://sbl.csma.biz/?i=%ip%"
  311.        duration="1h"
  312.        bitmask="1,2,3,4,5">
  313.  
  314. <dnsbl name="rbl.efnetrbl.org"
  315.        type="records"
  316.        domain="rbl.efnetrbl.org"
  317.        action="ZLINE"
  318.        reason="Your IP %ip% is listed on efnet's RBL. http://rbl.efnetrbl.org/?i=%ip%"
  319.        duration="1h"
  320.        records="1,2,3,4,5">
  321.  
  322.  
  323. <dnsbl name="DroneBL"
  324.   type="records"
  325.   domain="dnsbl.dronebl.org"
  326.   action="ZLINE"
  327.   reason="You are listed in DroneBL. Please visit http://dronebl.org/lookup?ip=%ip%"
  328.   duration="1h"
  329.   records="1,2,3,4,5,6,7,8,9,10">
  330.  
  331.  
  332.  
  333. <dnsbl name="Dan"
  334.        type="record"
  335.        domain="tor.dan.me.uk"
  336.        action="ZLINE"
  337.        reason="Your connection is listed in a Spam Database. This may be because you have spammed, or are on a compromised connection."
  338.        duration="1h"
  339.        records="1-9,100">
  340.  
  341.  
  342.  
  343. <dnsbl name="TOR DNSBL"
  344.        type="record"
  345.        domain="tor.sectoor.de"
  346.        action="ZLINE"
  347.        reason="You are in the tor.sectoor.de DNSBL. Please visit http://www.sectoor.de/tor.php?ip=%ip%"
  348.        duration="1h"
  349.        records="1">
  350.  
  351. <dnsbl name="EFnet RBL"
  352.        type="record"
  353.        domain="tor.efnet.org"
  354.        action="ZLINE"
  355.        reason="TOR exit node found.  Visit http://rbl.efnet.org/?i=%ip% for info."
  356.        duration="1h"
  357.        records="1">
  358.  
  359. <dnsbl name="proxyBL"
  360.      type="bitmask"
  361.      domain="dnsbl.proxybl.org"
  362.      action="ZLINE"
  363.      reason="Your host is listed in proxyBL. Please visit http://proxybl.org/lookup.do?ip=%ip%"
  364.      duration="1h"
  365.      bitmask="253">
  366.  
  367.  
  368.  
  369. #-#-#-#-#-#-#-#-#-#-#-# PERFORMANCE CONFIGURATION #-#-#-#-#-#-#-#-#-#-#
  370. #                                                                     #
  371.  
  372. <performance
  373.              netbuffersize="10240"
  374.              somaxconn="128"
  375.              limitsomaxconn="true"
  376.              softlimit="12800"
  377.              quietbursts="yes"
  378.              nouserdns="yes">
  379.  
  380. #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION  #-#-#-#-#-#-#-#-#-#-#-#
  381. #                                                                     #
  382.  
  383. <security
  384.           announceinvites="dynamic"
  385.           hidemodes="geXbI"
  386.           hideulines="no"
  387.           flatlinks="no"
  388.           hidewhois=""
  389.           hidebans="no"
  390.           hidekills=""
  391.           hidesplits="no"
  392.           maxtargets="20"
  393.           customversion="XtremeIRC v2.4.8"
  394.           operspywhois="no"
  395.           restrictbannedusers="yes"
  396.           genericoper="yes"
  397.           userstats="Pu">
  398.  
  399. #-#-#-#-#-#-#-#-#-#-#-#-# LIMITS CONFIGURATION  #-#-#-#-#-#-#-#-#-#-#-#
  400.  
  401. <limits
  402.         # maxnick: Maximum length of a nickname.
  403.         maxnick="35"
  404.  
  405.         # maxchan: Maximum length of a channel name.
  406.         maxchan="64"
  407.  
  408.         # maxmodes: Maximum number of mode changes per line.
  409.         maxmodes="20"
  410.  
  411.         # maxident: Maximum length of a ident/username.
  412.         maxident="25"
  413.  
  414.         # maxquit: Maximum length of a quit message.
  415.         maxquit="255"
  416.  
  417.         # maxtopic: Maximum length of a channel topic.
  418.         maxtopic="350"
  419.  
  420.         # maxkick: Maximum length of a kick message.
  421.         maxkick="255"
  422.  
  423.         # maxgecos: Maximum length of a GECOS (realname).
  424.         maxgecos="128"
  425.  
  426.         # maxaway: Maximum length of an away message.
  427.         maxaway="200">
  428.  
  429.  
  430. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- Logging -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  431.  
  432. <log method="file" type="* -USERINPUT -USEROUTPUT" level="default" target="logs/ircd.log">
  433.  
  434. #-#-#-#-#-#-#-#-#-#-#-#-#-  WHOWAS OPTIONS   -#-#-#-#-#-#-#-#-#-#-#-#-#
  435.  
  436. <whowas
  437.         groupsize="10"
  438.         maxgroups="100000"
  439.         maxkeep="5d">
  440.  
  441. #-#-#-#-#-#-#-#-#-#-#-#-#-#-  BAN OPTIONS  -#-#-#-#-#-#-#-#-#-#-#-#-#-#
  442.  
  443. <badnick nick="ChanServ" reason="Reserved For Services">
  444. <badnick nick="NickServ" reason="Reserved For Services">
  445. <badnick nick="OperServ" reason="Reserved For Services">
  446. <badnick nick="MemoServ" reason="Reserved For Services">
  447. <badnick nick="GameServ" reason="Reserved For Services">
  448. <badnick nick="BotServ" reason="Reserved For Services">
  449.  
  450. <badhost
  451.          # host: ident@hostname to ban.
  452.          # Wildcards and CIDR (if you specify an IP) can be used.
  453.          host="*@banneduser.example.net"
  454.  
  455.          # reason: Reason to display when user is disconnected
  456.          reason="Evading Bans">
  457.  
  458. <badhost host="root@*" reason="Don't IRC as root!">
  459. <badhost host="*@198.51.100.0/24" reason="This subnet is bad.">
  460.  
  461. # exception: Hosts that are exempt from [kgz]lines.
  462.  
  463. <exception host="*@107.161.31.135" reason="Oper's hostname">
  464.  
  465. <exception
  466.            # host: ident@hostname to exempt.
  467.            # Wildcards and CIDR (if you specify an IP) can be used.
  468.            host="*@ircop.example.com"
  469.  
  470.            # reason: Reason for exception. Only shown in /stats e
  471.            reason="Oper's hostname">
  472.  
  473. #-#-#-#-#-#-#-#-#-#-#- INSANE BAN OPTIONS  -#-#-#-#-#-#-#-#-#-#-#-#-#-#
  474.  
  475. <insane
  476.         hostmasks="no"
  477.         ipmasks="no"
  478.         nickmasks="no"
  479.         trigger="95.5">
  480.  
  481.  
  482. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- YAWN  -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  483.  
  484. <include file="conf/modules.conf">
  485.  
  486. #########################################################################
  487. #                                                                       #
  488. #                     - InspIRCd Development Team -                     #
  489. #                        http://www.inspircd.org                        #
  490. #                                                                       #
  491. #########################################################################
Advertisement