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
conf charybdis-3.3.0 EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
conf charybdis-3.3.0 EmptySat Jul 15, 2023 9:51 pm by Chief

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

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

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

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

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

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

» מדריך הגדרות WebIRC in Nefarious2
conf charybdis-3.3.0 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


conf charybdis-3.3.0

Go down

conf charybdis-3.3.0 Empty conf charybdis-3.3.0

Post  Admin Fri Aug 19, 2011 6:40 am

Code:

serverinfo
{
  name = "irc.mIRCx.net";
  sid = "42X";
  description = "mIRCx";
  network_name = "mIRCx";
  network_desc = "The mIRCx IRC Network";
  hub = yes;
  ssl_private_key = "etc/rsa.key";
  ssl_cert = "etc/cert.pem";
  ssl_dh_params = "etc/dh.pem";
  ssld_count = 1;
  default_max_clients = 1024;
};

admin
{
  name = "MATRIX";
  description = "Main Server Administrator";
  email = "<botgi@walla.com>";
};

log
{
  fname_userlog = "logs/userlog";
  fname_fuserlog = "logs/fuserlog";
  fname_operlog = "logs/operlog";
  fname_foperlog = "logs/foperlog";
  fname_serverlog = "logs/serverlog";
  fname_klinelog = "logs/klinelog";
  fname_killlog = "logs/killlog";
  fname_operspylog = "logs/operspylog";
  fname_ioerrorlog = "logs/ioerror";
};

class "users"
{
  ping_time = 2 minutes;
  number_per_ident = 10;
  number_per_ip = 10;
  number_per_ip_global = 50;
  cidr_ipv4_bitlen = 24;
  cidr_ipv6_bitlen = 64;
  number_per_cidr = 200;
  max_number = 3000;
  sendq = 400 kbytes;
};

class "opers"
{
  ping_time = 5 minutes;
  number_per_ip = 10;
  max_number = 1000;
  sendq = 1 megabyte;
};

class "server"
{
  ping_time = 5 minutes;
  connectfreq = 5 minutes;
  max_number = 1;
  sendq = 4 megabytes;
};

listen
{
  host = "10.0.0.4";
  port = 5000, 6665 .. 6669;

  host = "10.0.0.4";
  sslport = 6697;
};

auth
{
  user = "*@*";
  class = "users";
};

privset "local_op"
{
  privs = oper:local_kill, oper:operwall;
};

privset "server_bot"
{
  extends = "local_op";
  privs = oper:kline, oper:remoteban, snomask:nick_changes;
};

privset "global_op"
{
  extends = "local_op";
  privs = oper:global_kill, oper:routing, oper:kline, oper:unkline, oper:xline,
      oper:resv, oper:mass_notice, oper:remoteban;
};

privset "admin"
{
  extends = "global_op";
  privs = oper:admin, oper:die, oper:rehash, oper:spy;
};

operator "darksis"
{
  user = "*@*";
  password = "darksis123";
  snomask = "+Zbfkrsuy";
  flags = ~encrypted;
  privset = "admin";
};

operator "Martin"
{
  user = "kottizen@xkqr.org";
  password = "$1$G3RR7wQr$QA2UTSzJf/QgqdHtJYxDH1";
  snomask = "+Zbfkrsuy";
  flags = encrypted;
  privset = "admin";
};

operator "itzik"
{
        user = "*@*";
        password = "itzik123";
        snomask = "+Zbfkrsuy";
        flags = ~encrypted;
        privset = "admin";
};

connect "services.int"
{
  host = "10.0.0.4";
  send_password = "linkage";
  accept_password = "linkage";
  port = 5000;
  hub_mask = "*";
  class = "server";
  flags = topicburst;
};

service
{
  name = "services.int";
};

cluster
{
  name = "*";
  flags = kline, tkline, unkline, xline, txline, unxline, resv, tresv, unresv;
};

shared
{
  oper = "*@*";
  flags = all, rehash;
};

channel
{
  use_invex = yes;
  use_except = yes;
  use_knock = yes;
  use_forward = yes;
  knock_delay = 5 minutes;
  knock_delay_channel = 1 minute;
  max_chans_per_user = 50;
        max_bans = 100;
        max_bans_large = 500;
  default_split_user_count = 0;
  default_split_server_count = 0;
  no_create_on_split = no;
  no_join_on_split = no;
  burst_topicwho = yes;
  kick_on_split_riding = yes;
  only_ascii_channels = no;
  resv_forcepart = yes;
  channel_target_change = yes;
};

blacklist
{
  host = "ircbl.ahbl.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "cbl.abuseat.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "dnsbl.njabl.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "tor.dnsbl.sectoor.de";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "rbl.efnet.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "tor.efnet.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "cbl.abuseat.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "dnsbl.swiftbl.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "dnsbl.ahbl.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "ircbl.ahbl.org";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";

  host = "dnsbl.swiftbl.net";
  reject_reason = "Blacklisted host. See http://www.killzone.net/proxy.";
};

alias "NickServ" {
  target = "NickServ";
};

alias "ChanServ" {
  target = "ChanServ";
};

alias "OperServ" {
  target = "OperServ";
};

alias "MemoServ" {
  target = "MemoServ";
};

alias "NS" {
  target = "NickServ";
};

alias "CS" {
  target = "ChanServ";
};

alias "OS" {
  target = "OperServ";
};

alias "MS" {
  target = "MemoServ";
};

general
{
  hide_error_messages = opers;
  hide_spoof_ips = yes;
  default_umodes = "+i";
  default_operstring = "IRC Operator";
  default_adminstring = "IRC Operator";
  servicestring = "Network Service";
  disable_fake_channels = no;
        tkline_expire_notices = no;
        default_floodcount = 5;
  failed_oper_notice = no;
  dots_in_ident=2;
  min_nonwildcard = 4;
  min_nonwildcard_simple = 3;
        max_accept = 100;
  max_monitor = 100;
  anti_nick_flood = yes;
  max_nick_time = 20 seconds;
  max_nick_changes = 5;
        anti_spam_exit_message_time = 30 minutes;
  ts_warn_delta = 30 seconds;
  ts_max_delta = 5 minutes;
  client_exit = yes;
  collision_fnc = yes;
  global_snotices = yes;
  dline_with_reason = yes;
  kline_delay = 0 seconds;
  kline_with_reason = yes;
  kline_reason = "K-Lined";
  identify_service = "NickServ@services.int";
  identify_command = "IDENTIFY";
  non_redundant_klines = yes;
  warn_no_nline = yes;
  use_propagated_bans = yes;
  stats_e_disabled = no;
  stats_c_oper_only=no;
  stats_h_oper_only=no;
  stats_y_oper_only=no;
  stats_o_oper_only=yes;
  stats_P_oper_only=no;
  stats_i_oper_only=masked;
  stats_k_oper_only=masked;
        map_oper_only = no;
  operspy_admin_only = no;
  operspy_dont_care_user_info = no;
  caller_id_wait = 1 minute;
  pace_wait_simple = 1 second;
  pace_wait = 10 seconds;
  short_motd = no;
  ping_cookie = no;
  connect_timeout = 30 seconds;
  default_ident_timeout = 5;
  disable_auth = no;
  no_oper_flood = yes;
  max_targets = 4;
  client_flood = 5;
        use_whois_actually = no;
  oper_only_umodes = operwall, locops, servnotice;
  oper_umodes = locops, servnotice, operwall, wallop;
  oper_snomask = "+s";
        burst_away = yes;
  nick_delay = 0 seconds; # 15 minutes if you want to enable this
  reject_ban_time = 1 minute;
  reject_after_count = 3;
  reject_duration = 5 minutes;
  throttle_duration = 60;
  throttle_count = 4;
};
loadmodule "extensions/chm_operonly.so";
loadmodule "extensions/chm_adminonly.so";
loadmodule "extensions/chm_sslonly.so";
loadmodule "extensions/chm_operonly_compat.so";
loadmodule "extensions/chm_quietunreg_compat.so";
loadmodule "extensions/chm_sslonly_compat.so";
loadmodule "extensions/createauthonly.so";
loadmodule "extensions/extb_account.so";
loadmodule "extensions/extb_canjoin.so";
loadmodule "extensions/extb_channel.so";
loadmodule "extensions/extb_extgecos.so";
loadmodule "extensions/extb_oper.so";
loadmodule "extensions/extb_realname.so";
loadmodule "extensions/extb_server.so";
loadmodule "extensions/extb_ssl.so";
loadmodule "extensions/hurt.so";
loadmodule "extensions/ip_cloaking_4.0.so";
loadmodule "extensions/ip_cloaking.so";
loadmodule "extensions/m_findforwards.so";
loadmodule "extensions/m_identify.so";
loadmodule "extensions/no_oper_invis.so";
loadmodule "extensions/sno_farconnect.so";
loadmodule "extensions/sno_globalkline.so";
loadmodule "extensions/sno_globaloper.so";
loadmodule "extensions/sno_whois.so";
Admin
Admin
Admin

מספר הודעות : 269
Join date : 2009-09-12
Age : 43
מיקום : mIRCX IRC Network

https://mircx.forumotion.net

Back to top Go down

Back to top

- Similar topics

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