user333 revised this gist 6 hours ago. Go to revision
1 file changed, 55 insertions
inspircd.conf(file created)
| @@ -0,0 +1,55 @@ | |||
| 1 | + | <define name="Description" value="{}"> | |
| 2 | + | <define name="InstanceName" value="{}"> | |
| 3 | + | <define name="AdminName" value="{}"> | |
| 4 | + | <define name="AdminEmail" value="{}"> | |
| 5 | + | <define name="AdminPassword" value="{}"> | |
| 6 | + | ||
| 7 | + | <module name="commonchans"> | |
| 8 | + | <module name="cloak"> | |
| 9 | + | <module name="cloak_user"> | |
| 10 | + | <module name="conn_umodes"> | |
| 11 | + | <module name="override"> | |
| 12 | + | <module name="opermodes"> | |
| 13 | + | <module name="customprefix"> | |
| 14 | + | <server name="localnet.local" description="&Description;" network="&InstanceName;"> | |
| 15 | + | <admin name="&AdminName;" description="Server Owner" email="&AdminEmail;"> | |
| 16 | + | <class name="Admin" commands="*" usermodes="*" chanmodes="*" privs="*" snomasks="*"> | |
| 17 | + | <type name="Admin" classes="Admin" maxchans="100" modes="+O +s +*" override="BANWALK INVITE KEY KICK LIMIT MODE TOPIC"> | |
| 18 | + | <override noisy="yes" requirekey="no" timeout="0"> | |
| 19 | + | <oper name="&AdminName;" password="&AdminPassword;" host="*" type="Admin"> | |
| 20 | + | <customprefix name="owner" letter="q" prefix="~" rank="50000" ranktoset="50000" ranktounset="50000" depriv="yes"> | |
| 21 | + | <customprefix name="admin" letter="a" prefix="&" rank="40000" ranktoset="50000" ranktounset="50000" depriv="yes"> | |
| 22 | + | <customprefix name="halfop" letter="h" prefix="%" rank="20000" ranktoset="30000" ranktounset="30000" depriv="yes"> | |
| 23 | + | <customprefix name="voice" change="yes" depriv="yes"> | |
| 24 | + | <bind address="127.0.0.1" port="6667" type="clients" defer="0" free="no"> | |
| 25 | + | <connect name="main" allow="*" maxchans="100" timeout="20" pingfreq="2m" hardsendq="1M" softsendq="10240" recvq="10K" threshold="10" commandrate="1000" fakelag="yes" localmax="10" globalmax="10" resolvehostnames="no" useident="no" limit="10000" modes="+iwcx"> | |
| 26 | + | <cloak method="username" case="lower" class="main" invalidchar="strip"> | |
| 27 | + | <cidr ipv4clone="32" ipv6clone="128"> | |
| 28 | + | <files motd="motd.txt"> | |
| 29 | + | <dns timeout="5"> | |
| 30 | + | <pid file="inspircd.pid"> | |
| 31 | + | <maxlist chan="*" limit="100"> | |
| 32 | + | <options prefixquit="Quit: " suffixquit="" prefixpart="" suffixpart="" syntaxhints="yes" cyclehostsfromuser="no" announcets="yes" allowmismatch="no" defaultbind="auto" maskinlist="yes" maskintopic="no" pingwarning="15" serverpingfreq="1m" splitwhois="splitmsg" defaultmodes="pnot" xlinemsg="You are banned from this server." xlinequit="%fulltype% (by %setter%): %reason%" modesinlist="yes" extbanformat="any" exemptchanops="delaymsg:v" invitebypassmodes="yes" nosnoticestack="no"> | |
| 33 | + | <performance netbuffersize="10240" somaxconn="128" softlimit="12800" clonesonconnect="yes" timeskipwarn="2s" quietbursts="yes"> | |
| 34 | + | <security announceinvites="dynamic" hideservices="yes" flatlinks="yes" publicxlinequit="%fulltype% (by %setter%): %reason%" hidekills="" hideservicekills="yes" hidesplits="no" maxtargets="20" customversion="" restrictbannedusers="silent" genericoper="no" userstats="Pu"> | |
| 35 | + | <limits maxaway="200" maxchan="60" maxhost="64" maxuser="15" maxkey="30" maxkick="300" maxmodes="20" maxnick="30" maxquit="300" maxreal="130" maxtopic="330"> | |
| 36 | + | <log method="stdout" level="debug" type="*"> | |
| 37 | + | <whowas groupsize="10" maxgroups="10000" maxkeep="7d" nickupdate="yes"> | |
| 38 | + | <insane hostmasks="no" ipmasks="no" nickmasks="no" trigger="95.5"> | |
| 39 | + | <badnick nick="BotServ" reason="Don't pretend to be services!"> | |
| 40 | + | <badnick nick="ChanServ" reason="Don't pretend to be services!"> | |
| 41 | + | <badnick nick="HostServ" reason="Don't pretend to be services!"> | |
| 42 | + | <badnick nick="MemoServ" reason="Don't pretend to be services!"> | |
| 43 | + | <badnick nick="NickServ" reason="Don't pretend to be services!"> | |
| 44 | + | <badnick nick="OperServ" reason="Don't pretend to be services!"> | |
| 45 | + | <badnick nick="StatServ" reason="Don't pretend to be services!"> | |
| 46 | + | <badnick nick="GameServ" reason="Don't pretend to be services!"> | |
| 47 | + | <badnick nick="GroupServ" reason="Don't pretend to be services!"> | |
| 48 | + | <badnick nick="HelpServ" reason="Don't pretend to be services!"> | |
| 49 | + | <badnick nick="InfoServ" reason="Don't pretend to be services!"> | |
| 50 | + | <badnick nick="RPGServ" reason="Don't pretend to be services!"> | |
| 51 | + | <badnick nick="SaslServ" reason="Don't pretend to be services!"> | |
| 52 | + | <badnick nick="ChanFix" reason="Don't pretend to be services!"> | |
| 53 | + | <badnick nick="Global" reason="Don't pretend to be services!"> | |
| 54 | + | <badnick nick="Proxyscan" reason="Don't pretend to be services!"> | |
| 55 | + | <badnick nick="ALIS" reason="Don't pretend to be services!"> | |
Newer
Older