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
bahamut conf by darksis
BMT IRC Network :: BMT :: BMT
Page 1 of 1
bahamut conf by darksis
- Code:
# =========================================================================
# QUICKSTART: server configuration (see reference.conf for details)
# =========================================================================
/* server name and administration info */
global {
name ninja.eu.us.killzon.net; # IRC name of the server
info "Dream Heaven System Coded By Ninja"; # A short info line
admin {
"An unconfigured server"; # Three information lines sent
"An unknown administrator"; # in reply to ADMIN command
"email@somewhere.earth";
};
};
/* server options */
options {
network_name KILLZON; # A name is needed even if not linked
local_kline admin@killzon.net; # Contact email for server bans
show_links; # Show servers in LINKS
allow_split_ops; # Give ops in empty channels
// use these options when services is on the network
services_name services.killzon.net; # Name of services (NS/CS/MS/RS) server
stats_name stats.killzon.net; # Name of stats (OS/SS/HS) server
# staff_address staff.killzon; # Opermask hostname
maxchannels 100; # Max chans user can join
global_clones 3:30; # Default maximum global IP:site clones
network_kline admin@killzon3.net; # Contact email for network bans
nshelpurl "http://killzon.net/nickserv"; # Nick registration help page
// if you need to link more than 1 server, uncomment the following line
# servtype hub;
};
/* where to listen for connections */
port {
port 6666; # Port to listen on
bind 10.0.0.4; # IP address to listen on
};
/* more listening ports */
port { port 6666; bind 10.0.0.4; };
port { port 6669; bind 10.0.0.4; };
port { port 7000; bind 127.0.0.1; };
/* allow clients to connect */
allow {
host *@*; # Allow anyone
class users; # Place them in the users class
};
/* connection class for users */
class {
name users; # Class name
maxusers 100; # Maximum connections
pingfreq 90; # Check idle connections every N seconds
maxsendq 100000; # 100KB send buffer limit
};
/* connection class for server operators */
class {
name opers;
pingfreq 90;
maxsendq 500000; # 500KB limit for opers
};
/* the server administrator */
oper {
name darksis; # Username
passwd aaaaaa; # Password
access *aA; # Server Administrator
host *@*; # Must be connecting from here
host *@*; # Or from here
// insert other other hostmasks here
class opers; # Belongs in the opers class
};
oper {
name ASHER; # Username
passwd aaaaaa; # Password
access *A; # Server Administrator
host *@*; # Must be connecting from here
host *@*; # Or from here
// insert other other hostmasks here
class opers; # Belongs in the opers class
};
oper {
name staff; # Username
passwd 123456; # Password
access *OF; # Server Administrator
host *@*; # Must be connecting from here
host *@*; # Or from here
// insert other other hostmasks here
class opers; # Belongs in the opers class
};
kill {
// required tokens
mask "*79.0.0.0.0"; # Disallowed mask (wildcard or CIDR)
// optional tokens
reason "tourists only!"; # Reason for ban
};
/* for services */
super {
"services.killzon.net";
"stats.killzon.net";
// insert any other special servers here
};
/* reserved nicknames */
restrict { type nick; mask "NickServ"; reason "reserved for services"; };
restrict { type nick; mask "ChanServ"; reason "reserved for services"; };
restrict { type nick; mask "MemoServ"; reason "reserved for services"; };
restrict { type nick; mask "RootServ"; reason "reserved for services"; };
restrict { type nick; mask "OperServ"; reason "reserved for services"; };
restrict { type nick; mask "StatServ"; reason "reserved for services"; };
restrict { type nick; mask "HelpServ"; reason "reserved for services"; };
restrict { type nick; mask "services"; reason "reserved for services"; };
/* === these next two blocks are for linking to a hub === */
/* class for uplink hub */
class {
name hub;
pingfreq 120; # Idle check every 2 minutes
connfreq 300; # Try autoconnect every 5 minutes
maxsendq 1000000; # 1MB send queue
maxlinks 1; # Autoconnect to only 1 hub at a time
};
/* our uplink hub */
connect {
name hub.killzon.net; # Hub's IRC name
host 10.0.0.4; # Hub's IP address
port 6666; # Autoconnect to hub's port 7325
bind 10.0.0.4; # We connect from this IP
apasswd asher; # We accept this password from hub
cpasswd asher; # We send this password to hub
flags H; # It is a hub
class hub; # Use hub class
};
/* === these next two blocks are for linking to services === */
/* class for services */
class {
name services;
pingfreq 60; # Idle check every minute
maxsendq 5000000; # 5MB backlog buffer
maxclones 2:20; # Maximum IP:site clones
};
/* our services */
connect {
name services.killzon.net; # Services' IRC name
host 10.0.0.4; # IP address services connects from
apasswd asher; # Password services sends
cpasswd asher; # Same password
class services;
};
Similar topics
» proxy.conf for unrealircd.conf
» מדריך התקנה bahamut IRCD
» conf charybdis-3.3.0
» מדריך התקנה Pylink על unrealircd4 && inspircd
» mIRCx IRC Network Config
» מדריך התקנה bahamut IRCD
» conf charybdis-3.3.0
» מדריך התקנה Pylink על unrealircd4 && inspircd
» mIRCx IRC Network Config
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