MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
UnrealIRCd - unrealircd.conf EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
UnrealIRCd - unrealircd.conf EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
UnrealIRCd - unrealircd.conf EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
UnrealIRCd - unrealircd.conf EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
UnrealIRCd - unrealircd.conf EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
UnrealIRCd - unrealircd.conf EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
UnrealIRCd - unrealircd.conf EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
UnrealIRCd - unrealircd.conf EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
UnrealIRCd - unrealircd.conf EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


unrealircd.conf

Go down

UnrealIRCd - unrealircd.conf Empty unrealircd.conf

Post  Chief Thu Aug 16, 2012 12:45 pm

unrealircd.conf
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";
};
credit to TiSmA
Enjoy
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum