Search
Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPSServices
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC SrervicesIRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka CharybdisTCL SCRIPT
TCL SCRIPT FOR EGGDROP
Allprotection4.7 AntiproxyBots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink HopmLatest topics
unrealircd.conf
BMT IRC Network :: BMT :: BMT
Page 1 of 1
unrealircd.conf
unrealircd.conf
build by TiSmA
unrealIRCD.conf
Enjoy
build by TiSmA
unrealIRCD.conf
- Code:
#######################################################
## ##
## _____ _ _____ _____ _____ _ ##
## | | |___ ___ ___ ___| | | __ | |_| | ##
## | | | | _| -_| .'| |- -| -| --| . | ##
## |_____|_|_|_| |___|__,|_|_____|__|__|_____|___| ##
## 3.2.x ##
## ##
#######################################################
###########
# Modules #
###########
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
############
# Includes #
############
include "help.conf";
include "spamfilter.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
#######
# Set #
#######
set {
network-name "eXolia";
services-server "Service.eXolia.net";
stats-server "Stats.eXolia.net";
default-server "194.146.224.132";
default-bantime 1d;
help-channel "#Aide";
hiddenhost-prefix "eXolia";
prefix-quit "no";
kline-address "Admin@eXolia.net";
gline-address "Admin@eXolia.net";
modes-on-connect "+x";
modes-on-join "+nt";
modes-on-oper "+xwg";
maxchannelsperuser 30;
oper-only-stats "*";
anti-spam-quit-message-time 60s;
auto-join "#eXolia";
oper-auto-join "#Services";
cloak-keys {
"AHos2HOHS6ds2gsQQHGAkish";
"qF5D3ormaH6mnEvbaH226lfEhjf";
"hfA6HwFh53HedOwQg9Ufs";
};
hosts {
local "Local.eXolia.net";
global "Global.eXolia.net";
coadmin "CoAdmin.eXolia.net";
admin "Admin.eXolia.net";
servicesadmin "CsAdmin.eXolia.net";
netadmin "NetAdmin.eXolia.net";
host-on-oper-up "yes";
};
ssl {
certificate "server.cert.pem";
key "server.key.pem";
};
dns {
nameserver 194.146.224.132;
timeout 2s;
retries 3;
};
options {
identd-check;
hide-ulines;
show-connect-info;
show-opermotd;
flat-map;
};
throttle {
connections 3;
period 60s;
};
anti-flood {
nick-flood 5:60;
};
spamfilter {
ban-time 1d;
ban-reason "Protection Spamfilter";
virus-help-channel "#Aide";
};
allowed-nickchars {
latin1;
};
timesynch {
enabled no;
};
};
######
# Me #
######
me {
name "irc.eXolia.net";
info "eXolia";
numeric 1;
};
#########
# Admin #
#########
admin {
"Réseau IRC eXolia";
"Administrateur : TiSmA";
"Email : Admin@eXolia.net";
};
#######
# Tld #
#######
tld {
mask *@*;
motd "ircd.motd";
rules "ircd.rules";
};
##########
# Drpass #
##########
drpass {
restart "mot-de-passe";
die "mot-de-passe";
};
#######
# Log #
#######
log "ircd.log" {
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};
##########
# Listen #
##########
listen 194.146.224.132:6660-6668;
listen 194.146.224.132:6669 {
options {
ssl;
clientsonly;
};
};
listen 194.146.224.132:7000 {
options {
serversonly;
};
};
#########
# Class #
#########
class clients {
pingfreq 90;
maxclients 2000;
sendq 100000;
recvq 8000;
};
class servers {
pingfreq 90;
maxclients 50;
sendq 2000000;
connfreq 120;
};
#########
# Allow #
#########
allow {
ip *;
hostname *;
class clients;
maxperip 3;
};
#########
# Links #
#########
ulines {
Service.eXolia.net;
};
link Service.eXolia.net {
username *;
hostname 194.146.224.132;
bind-ip *;
port 7000;
hub *;
password-connect "mot-de-passe";
password-receive "mot-de-passe";
class servers;
};
################
# Olines Robot #
################
oper ScanServ {
class clients;
from {
userhost *@*;
};
password "mot-de-passe";
flags {
global;
get_umodew;
get_host;
can_gkline;
can_gzline;
can_zline;
can_override;
};
maxlogins 1;
};
###############
# Olines User #
###############
oper TiSmA {
class clients;
from {
userhost *@*;
};
password "mot-de-passe";
flags {
netadmin;
global;
get_umodew;
get_host;
can_gkline;
can_gzline;
can_zline;
can_restart;
can_die;
can_override;
};
maxlogins 1;
};
######################
# Protection Service #
######################
ban nick {
mask "NickServ";
reason "Pseudo Protégé";
};
ban nick {
mask "Global";
reason "Pseudo Protégé";
};
ban nick {
mask "OperServ";
reason "Pseudo Protégé";
};
ban nick {
mask "BotServ";
reason "Pseudo Protégé";
};
ban nick {
mask "ChanServ";
reason "Pseudo Protégé";
};
ban nick {
mask "HostServ";
reason "Pseudo Protégé";
};
ban nick {
mask "HelpServ";
reason "Pseudo Protégé";
};
ban nick {
mask "MemoServ";
reason "Pseudo Protégé";
};
ban nick {
mask "ConnectServ";
reason "Pseudo Protégé";
};
##################
# Protection Ban #
##################
except ban {
mask "*@localhost";
};
except ban {
mask "*@127.0.0.1";
};
#######################
# Protection Throttle #
#######################
except throttle {
mask "*@localhost";
};
except throttle {
mask "*@127.0.0.1";
};
except throttle {
mask "*@194.146.224.132";
};
############
# Bad Nick #
############
ban nick {
mask "*ÿ*";
reason "Pseudo Interdit";
};
ban nick {
mask "*salop*";
reason "Pseudo Interdit";
};
ban nick {
mask "*putain*";
reason "Pseudo Interdit";
};
ban nick {
mask "*connard*";
reason "Pseudo Interdit";
};
ban nick {
mask "*batard*";
reason "Pseudo Interdit";
};
ban nick {
mask "*pute*";
reason "Pseudo Interdit";
};
ban nick {
mask "*xdcc*";
reason "Pseudo Interdit";
};
ban nick {
mask "*warez*";
reason "Pseudo Interdit";
};
ban nick {
mask "*anal*";
reason "Pseudo Interdit";
};
ban nick {
mask "*nazi*";
reason "Pseudo Interdit";
};
ban nick {
mask "con";
reason "Pseudo Interdit";
};
ban nick {
mask "cons";
reason "Pseudo Interdit";
};
ban nick {
mask "merde";
reason "Pseudo Interdit";
};
#############
# Bad Ident #
#############
ban user {
mask "Ev1Ls*@*";
reason "Ident Interdit";
};
ban user {
mask "c324eb47*@*";
reason "Ident Interdit";
};
ban user {
mask "d4c27f08*@*";
reason "Ident Interdit";
};
ban user {
mask "53c86262*@*";
reason "Ident Interdit";
};
ban user {
mask "D-IRCV*@*";
reason "Ident Interdit";
};
ban user {
mask "sex*@*";
reason "Ident Interdit";
};
ban user {
mask "pute*@*";
reason "Ident Interdit";
};
ban user {
mask "putain*@*";
reason "Ident Interdit";
};
ban user {
mask "bite*@*";
reason "Ident Interdit";
};
ban user {
mask "xdcc*@*";
reason "Ident Interdit";
};
ban user {
mask "warez*@*";
reason "Ident Interdit";
};
ban user {
mask "anal*@*";
reason "Ident Interdit";
};
ban user {
mask "nazi*@*";
reason "Ident Interdit";
};
ban user {
mask "salop*@*";
reason "Ident Interdit";
};
ban user {
mask "connard*@*";
reason "Ident Interdit";
};
ban user {
mask "batard*@*";
reason "Ident Interdit";
};
ban user {
mask "con@*";
reason "Ident Interdit";
};
ban user {
mask "cons@*";
reason "Ident Interdit";
};
ban user {
mask "merde@*";
reason "Ident Interdit";
};
################
# Bad Realname #
################
ban realname {
mask "*sexe*";
reason "Realname Interdit";
};
ban realname {
mask "*pute*";
reason "Realname Interdit";
};
ban realname {
mask "*putain*";
reason "Realname Interdit";
};
ban realname {
mask "*bite*";
reason "Realname Interdit";
};
ban realname {
mask "*xdcc*";
reason "Realname Interdit";
};
ban realname {
mask "*warez*";
reason "Realname Interdit";
};
ban realname {
mask "*anal*";
reason "Realname Interdit";
};
ban realname {
mask "*nazi*";
reason "Realname Interdit";
};
ban realname {
mask "*salop*";
reason "Realname Interdit";
};
ban realname {
mask "*connard*";
reason "Realname Interdit";
};
ban realname {
mask "*batard*";
reason "Realname Interdit";
};
ban realname {
mask "con";
reason "Realname Interdit";
};
ban realname {
mask "cons";
reason "Realname Interdit";
};
ban realname {
mask "merde";
reason "Realname Interdit";
};
############
# Bad Chan #
############
deny channel {
channel "*$*";
reason "Salon Interdit";
};
deny channel {
channel "#*salope*";
reason "Salon Interdit";
};
deny channel {
channel "#*warez*";
reason "Salon Interdit";
};
deny channel {
channel "#*xdcc*";
reason "Salon Interdit";
};
deny channel {
channel "#*nazi*";
reason "Salon Interdit";
};
deny channel {
channel "#*pute*";
reason "Salon Interdit";
};
deny channel {
channel "#*bite*";
reason "Salon Interdit";
};
deny channel {
channel "#*connard*";
reason "Salon Interdit";
};
deny channel {
channel "#*batard*";
reason "Salon Interdit";
};
deny channel {
channel "#*merde*";
reason "Salon Interdit";
};
deny channel {
channel "#con";
reason "Salon Interdit";
};
deny channel {
channel "#cons";
reason "Salon Interdit";
};
deny channel {
channel "#sexe";
reason "Salon Interdit";
};
deny channel {
channel "#putain";
reason "Salon Interdit";
};
deny channel {
channel "#anal";
reason "Salon Interdit";
};
#######
# Dcc #
#######
deny dcc {
filename "*";
reason "Transfert Interdit";
soft yes;
};
allow dcc {
filename "*.htm";
soft yes;
};
allow dcc {
filename "*.html";
soft yes;
};
allow dcc {
filename "*.xml";
soft yes;
};
allow dcc {
filename "*.php";
soft yes;
};
allow dcc {
filename "*.php3";
soft yes;
};
allow dcc {
filename "*.php4";
soft yes;
};
allow dcc {
filename "*.php5";
soft yes;
};
allow dcc {
filename "*.pl";
soft yes;
};
allow dcc {
filename "*.cgi";
soft yes;
};
allow dcc {
filename "*.tcl";
soft yes;
};
allow dcc {
filename "*.mrc";
soft yes;
};
allow dcc {
filename "*.jpg";
soft yes;
};
allow dcc {
filename "*.jpeg";
soft yes;
};
allow dcc {
filename "*.gif";
soft yes;
};
allow dcc {
filename "*.png";
soft yes;
};
allow dcc {
filename "*.bmp";
soft yes;
};
allow dcc {
filename "*.mp3";
soft yes;
};
allow dcc {
filename "*.mpg";
soft yes;
};
allow dcc {
filename "*.mpeg";
soft yes;
};
allow dcc {
filename "*.avi";
soft yes;
};
allow dcc {
filename "*.wav";
soft yes;
};
allow dcc {
filename "*.wma";
soft yes;
};
allow dcc {
filename "*.wmv";
soft yes;
};
allow dcc {
filename "*.txt";
soft yes;
};
allow dcc {
filename "*.log";
soft yes;
};
allow dcc {
filename "*.pdf";
soft yes;
};
allow dcc {
filename "*.c";
soft yes;
};
allow dcc {
filename "*.zip";
soft yes;
};
allow dcc {
filename "*.exe";
soft yes;
};
allow dcc {
filename "*.rar";
soft yes;
};
allow dcc {
filename "*.ace";
soft yes;
};
allow dcc {
filename "*.tgz";
soft yes;
};
allow dcc {
filename "*.gz";
soft yes;
};
allow dcc {
filename "*.bz2";
soft yes;
};
##################
# Alias Services #
##################
alias "services" {
format "^#" {
nick "ChanServ";
type services;
parameters "%1-";
};
format "^[^#]" {
nick "NickServ";
type services;
parameters "%1-";
};
type command;
};
alias "identify" {
format "^#" {
nick "ChanServ";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
nick "NickServ";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
alias "ChanServ" {
nick "ChanServ";
type services;
};
alias "cs" {
nick "ChanServ";
type services;
};
alias "NickServ" {
nick "NickServ";
type services;
};
alias "ns" {
nick "NickServ";
type services;
};
alias "BotServ" {
nick "BotServ";
type services;
};
alias "bs" {
nick "BotServ";
type services;
};
alias "HelpServ" {
nick "HelpServ";
type services;
};
alias "he" {
nick "HelpServ";
type services;
};
alias "OperServ" {
nick "OperServ";
type services;
};
alias "os" {
nick "OperServ";
type services;
};
alias "MemoServ" {
nick "MemoServ";
type services;
};
alias "ms" {
nick "MemoServ";
type services;
};
alias "HostServ" {
nick "HostServ";
type services;
};
alias "hs" {
nick "HostServ";
type services;
};
######################
## Salons Officiels ##
######################
official-channels {
"#eXolia";
"#Aide";
"#Services";
};
Enjoy
Chief- Admin
- מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network
Similar topics
» proxy.conf for unrealircd.conf
» UnrealIRCd.conf old
» Unrealircd Blacklist.conf
» Guide install UnrealIRCD
» Guide inspircd VS Unrealircd
» UnrealIRCd.conf old
» Unrealircd Blacklist.conf
» Guide install UnrealIRCD
» Guide inspircd VS Unrealircd
BMT IRC Network :: BMT :: BMT
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Sat Aug 05, 2023 2:09 am by Chief
» mIRCx IRC Network Config
Sat Jul 15, 2023 9:51 pm by Chief
» ircu2.10.12-pk with dnsbl
Fri Mar 10, 2023 2:22 pm by Admin
» Guide install PyLink on New version FreeBSD
Thu Dec 15, 2022 9:39 pm by Chief
» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Mon Dec 05, 2022 5:44 am by Chief
» install Nefarious2 && X3 IRC Services in FreeBsd
Sat Nov 12, 2022 3:12 pm by Chief
» help problem with adduser in Freebsd 12
Fri Nov 11, 2022 9:06 pm by Chief
» מדריך פקודות והתקנה בסרביס X3
Fri Oct 28, 2022 1:43 pm by Chief
» מדריך הגדרות WebIRC in Nefarious2
Thu Apr 07, 2022 4:45 am by Chief