Path: blob/master/Botnets/IRC/DemonNeTunrealircd.conf
5038 views
# For *NIX, uncomment these 2 lines:1loadmodule src/modules/commands.so;2loadmodule src/modules/cloak.so;34# For WINDOWS, uncomment these 2 lines:5#//loadmodule modules/commands.dll;6#//loadmodule modules/cloak.dll;78# ME block [REQUIRED]9me {10# Server name11name "MyMOM.bot";1213# Server description14info "Anti's Bitch";1516# Server numeric. Must be between 1 and 255.17# This number must be unique among the servers in the network.18numeric 120;19};2021# ADMIN block [REQUIRED]22admin {23# Anything can go in this block, most people just put their nick and email.24"Nick: The Antichrist";25"Email:[email protected]";26};2728# CLASS block [RECOMMENDED]29class clients {30# How often do we ping clients?31pingfreq 90;3233# How many clients should this class hold?34maxclients 30024;3536# How much are they allowed to send or receive at one time?37sendq 100000;38recvq 8000;39};4041# ALLOW block [REQUIRED]42allow {43# Host OR IP to match. Note this is OR not AND!44ip *@*;45hostname *@*;46# password "#CMD2014"; #Sets server password4748# What class do these users go into?49class clients;5051# How many per IP?52maxperip 1;53};5455# LISTEN block [REQUIRED]56# You can have as many of these as you want.57# The syntax is: listen <ip>:port;58listen *:999959{60options61{62ssl;63clientsonly;64};65};66listen *:443;67# OPER block [RECOMMENDED]68# You can have as many oper blocks as you want.697071oper "Christian" {72# What are MrSmith's hosts? These ARE NOT email addresses!73from {74# Put as many as you need.75userhost *@*;76};7778# What is MrSmith's password?79password "Christian#!";8081# The class MrSmith will belong to when he opers.82class clients;8384# What permissions should we give MrSmith?85flags {86# netadmin includes: can_rehash, helpop, can_globops, can_wallops,87# can_localroute, can_localkill, can_kline,88# can_unkline, can_localnotice, can_globalnotice,89# can_dccdeny, can_setq90netadmin;9192# netadmin does not include: can_die, can_restart, can_zline, can_gkline93can_zline;94can_gkline;9596# When adding flags, be sure none of the ones you are setting include97# other flags. If you are careless, it'll look sloppy and be harder to98# manage or fix if there is a problem or you want to change it later.99# See doc/unreal32docs.html for more info about oper flags.100};101};102103oper "" {104# What are MrSmith's hosts? These ARE NOT email addresses!105from {106# Put as many as you need.107userhost *@*;108};109110# What is MrSmith's password?111password "DICKS";112113# The class MrSmith will belong to when he opers.114class clients;115116# What permissions should we give MrSmith?117flags {118# netadmin includes: can_rehash, helpop, can_globops, can_wallops,119# can_localroute, can_localkill, can_kline,120# can_unkline, can_localnotice, can_globalnotice,121# can_dccdeny, can_setq122netadmin;123124# netadmin does not include: can_die, can_restart, can_zline, can_gkline125can_zline;126can_gkline;127128# When adding flags, be sure none of the ones you are setting include129# other flags. If you are careless, it'll look sloppy and be harder to130# manage or fix if there is a problem or you want to change it later.131# See doc/unreal32docs.html for more info about oper flags.132};133};134oper "Tragedy" {135# What are MrSmith's hosts? These ARE NOT email addresses!136from {137# Put as many as you need.138userhost *@*;139};140141# What is MrSmith's password?142password "nigg@s123";143144# The class MrSmith will belong to when he opers.145class clients;146147# What permissions should we give MrSmith?148flags {149# netadmin includes: can_rehash, helpop, can_globops, can_wallops,150# can_localroute, can_localkill, can_kline,151# can_unkline, can_localnotice, can_globalnotice,152# can_dccdeny, can_setq153netadmin;154155# netadmin does not include: can_die, can_restart, can_zline, can_gkline156can_zline;157can_gkline;158159# When adding flags, be sure none of the ones you are setting include160# other flags. If you are careless, it'll look sloppy and be harder to161# manage or fix if there is a problem or you want to change it later.162# See doc/unreal32docs.html for more info about oper flags.163};164};165166# DRPASS block [RECOMMENDED]167drpass {168# Password for /restart169restart "Fuck.FBI.GOV";170171# Password for /die172die "die-you-stupid-lol";173};174175# LOG block [RECOMMENDED]176log ircd.log {177# What is the biggest to let this file get?178maxsize 50MB;179180# What do we want to log?181flags {182# For descriptions of these flags, see doc/unreal32docs.html183errors;184kills;185tkl;186connects;187server-connects;188oper;189sadmin-commands;190chg-commands;191oper-override;192spamfilter;193};194};195196# SET block [REQUIRED]197set {198# Email address to give to banned users.199kline-address "[email protected]";200201# How many channels each user may be in.202maxchannelsperuser 10;203204# The default network server if this one is full.205default-server none;206207# What is the name of the Services Server?208services-server Duck.quack.net;209210# What is the name of the network? NO SPACES!211network-name DemonNet;212213# Oper hosts for each oper level214hosts {215global "ircop.example.com";216coadmin "coadmin.example.com";217admin "admin.example.com";218servicesadmin "csops.example.com";219netadmin "Duck.n";220};221222# Where do people go for help?223help-channel "#NiggaWhoNeedsHelp";224225# What to put in front of cloaked hosts226hiddenhost-prefix "hidden";227228# Keys to cloak the host with. THESE SHOULD BE KEPT SECRET!229# These keys must be the same on all servers in the network.230cloak-keys {231"SjdloajOF8304hDkjgaow";232"JME20cLt3m1k0DhFu93nyASjg51T";233"FhioefWgXDK14Su9320Giasb74A";234};235};236237238