🔔 Çevrimdışı bildirim almak ister misiniz?
Bir konuya etiketlendiğinizde, özel mesaj aldığınızda, bir mesajınız alıntılandığında forumda olmasanız bile anlık bildirim almak için lütfen izni verin.
UnrealIRCd is brought to you by Bram Matthys (Syzop), Gottem and i
Using the following libraries:
* PCRE2 10.33 2019-04-16
* OpenSSL 1.1.1d 10 Sep 2019
This server can handle 8192 concurrent sockets (8184 clients + 8 reserve)
Loading IRCd configuration..
config error: /home/shell/unrealircd/conf/unrealircd.conf:174: Extra data detected. Check for a missing ; character at or around line 173
config error: /home/shell/unrealircd/conf/unrealircd.conf:174: Extra data detected. Check for a missing ; character at or around line 173
config error: /home/shell/unrealircd/conf/unrealircd.conf:176: Extra data detected. Check for a missing ; character at or around line 175
config error: /home/shell/unrealircd/conf/unrealircd.conf:176: Extra data detected. Check for a missing ; character at or around line 175
config error: /home/shell/unrealircd/conf/unrealircd.conf:178: Extra data detected. Check for a missing ; character at or around line 177
config error: /home/shell/unrealircd/conf/unrealircd.conf:178: Extra data detected. Check for a missing ; character at or around line 177
config error: /home/shell/unrealircd/conf/unrealircd.conf:182: Extra data detected. Check for a missing ; character at or around line 181
config error: /home/shell/unrealircd/conf/unrealircd.conf:182: Extra data detected. Check for a missing ; character at or around line 181
config error: /home/shell/unrealircd/conf/unrealircd.conf:184: Extra data detected. Check for a missing ; character at or around line 183
config error: /home/shell/unrealircd/conf/unrealircd.conf:184: Extra data detected. Check for a missing ; character at or around line 183
config error: /home/shell/unrealircd/conf/unrealircd.conf:186: Extra data detected. Check for a missing ; character at or around line 185
config error: /home/shell/unrealircd/conf/unrealircd.conf:186: Extra data detected. Check for a missing ; character at or around line 185
config error: /home/shell/unrealircd/conf/unrealircd.conf:188: Extra data detected. Check for a missing ; character at or around line 187
config error: /home/shell/unrealircd/conf/unrealircd.conf:188: Extra data detected. Check for a missing ; character at or around line 187
config error: /home/shell/unrealircd/conf/unrealircd.conf:188: Extra data detected. Check for a missing ; character at or around line 187
config error: /home/shell/unrealircd/conf/unrealircd.conf:188: Extra data detected. Check for a missing ; character at or around line 187
config error: /home/shell/unrealircd/conf/unrealircd.conf:188: Extra data detected. Check for a missing ; character at or around line 187
config error: /home/shell/unrealircd/conf/unrealircd.conf:188: Extra data detected. Check for a missing ; character at or around line 187
config error: /home/shell/unrealircd/conf/unrealircd.conf:190: Extra data detected. Check for a missing ; character at or around line 189
config error: /home/shell/unrealircd/conf/unrealircd.conf:190: Extra data detected. Check for a missing ; character at or around line 189
config error: /home/shell/unrealircd/conf/unrealircd.conf:796: Unknown preprocessor directive: @dsl81-215-47480.adsl.ttnet.net.tr;
config error: /home/shell/unrealircd/conf/unrealircd.conf: End of file reached but directive or block at line 796 did not end properly. Perhaps a missing ; (semicolon) somewhere?
config error: Could not load config file /home/shell/unrealircd/conf/unrealircd.conf
config error: IRCd configuration failed to load
================================================== ===
UnrealIRCd failed to start. Check above for possible errors.
If you don't understand the problem, then have a look at our:
* FAQ (Frequently Asked Questions): [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
* Documentation: [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
================================================== ===
Kod: Kodu kopyalamak için üzerine çift tıklayın!
include "modules.default.conf";
include "help/help.conf";
include "badwords.conf";
include "spamfilter.conf";
include "dccallow.conf";
include "operclass.conf";
include "opers.conf";
me {
name "irc.asknehri.net";
info " Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. sid "001";
};
admin {
"AskNehri";
" Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. class clients
{
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
};
class opers
{
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
};
class servers
{
pingfreq 60;
connfreq 15;
maxclients 10;
sendq 20M;
};
allow {
ip *@*;
class clients;
maxperip 15;
};
allow {
ip *@192.0.2.1;
class clients;
password "somesecretpasswd";
maxperip 20;
};
listen {
ip 127.0.0.1;
port 6660-6669;
};
listen {
ip 127.0.0.1;
port 7000;
options { serversonly; };
};
listen {
ip 127.0.0.1;
port 6697;
options { ssl; };
};
listen {
ip 127.0.0.1;
port 6900;
options { ssl; serversonly; };
};
link services.asknehri.net
{
incoming {
mask 127.0.0.1;
};
password "services";
class servers;
};
ulines {
services.asknehri.net;
};
drpass {
restart "restart-sifresi";
die "kapatma-sifresi";
};
log "ircd.log" {
flags {
oper;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
tkl;
spamfilter;
};
};
include "aliases/ircservices.conf";
alias "identify" {
format "^#" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
alias "services" {
format "^#" {
target "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "%1-";
};
type command;
};
ban nick {
mask "*C*h*a*n*S*e*r*v*";
reason "Reserved for Services";
};
ban ip {
mask 195.86.232.81;
reason "Hate you";
};
ban server {
mask eris.berkeley.edu;
reason "Get out of here.";
};
ban user {
mask *tirc@*.saturn.bbn.com;
reason "Idiot";
};
ban realname {
mask "Swat Team";
reason "mIRKFORCE";
};
ban realname {
mask "sub7server";
reason "sub7";
};
except ban {
mask *@192.0.2.1;
};
deny dcc {
filename "*sub7*";
reason "Possible Sub7 Virus";
};
deny channel {
channel "*******";
reason "***** is illegal";
class "clients";
};
blacklist dronebl {
dns {
name dnsbl.dronebl.org;
type record;
reply { 3; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; };
};
action gline;
ban-time 24h;
reason "Proxy/Drone detected. Check https://dronebl.org/lookup?ip=$ip for details.";
};
blacklist efnetrbl {
dns {
name rbl.efnetrbl.org;
type record;
reply { 1; 4; 5; };
};
action gline;
ban-time 24h;
reason "Proxy/Drone/TOR detected. Check http://rbl.efnetrbl.org/?i=$ip for details.";
};
blacklist dnsblim {
dns {
name rbl.dnsbl.im;
type record;
reply { 1; 2; 3; 4; 5; };
};
action kline;
reason "Your IP has been blacklisted! For more information visit https:// Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. ban-time 1d;
};
blacklist sorbs {
dns {
name dnsbl.sorbs.net;
type record;
reply { 2; 3; 4; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [SORBS]";
};
blacklist dnsblsectorde {
dns {
name tor.dnsbl.sectoor.de;
type record;
reply { 1; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [torsectoor]";
};
blacklist tordanmeuk {
dns {
name tor.dan.me.uk;
type record;
reply { 100; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [tordanmeuk]";
};
blacklist blspamcop {
dns {
name bl.spamcop.net;
type record;
reply { 3; 5; 6; 7; 8; 9; 10; 13; 14; 15; 17; 255; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [spamcop]";
};
blacklist blblocklist {
dns {
name bl.blocklist.de;
type record;
reply { 5; 6; 7; 8; 9; 10; 13; 14; 15; 17; 255; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [blocklist]";
};
blacklist dbwpbl {
dns {
name db.wpbl.info;
type record;
reply { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [wpbl]";
};
blacklist blspamcannibal {
dns {
name bl.spamcannibal.org;
type record;
reply { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [spamcannibal]";
};
blacklist blitzed {
dns
{
name opm.blitzed.org;
type record;
reply { 1; 2; 4; 8; 16; };
};
action gline;
ban-time 7d;
reason "Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [blitzed]";
};
set {
network-name "asknehri";
default-server "irc.asknehri.net";
services-server "services.asknehri.net";
stats-server "stats.asknehri.net";
sasl-server "irc.asknehri.net";
help-channel "#Help";
hiddenhost-prefix "Asknehri";
prefix-quit "Quit";
cloak-keys {
"O2A167ABGPy3bXP1mSLA2aPDeaBwtj1CP5vJNs331ib7LCM5BXWJRQJYRE";
"N0V12k3Cqynab1Hly4o61mP01ku5NIA524O22LJE2t4QoEb5f2pn";
"w5ppCTcus3Uxchwsr0yTGJhPpto52YUm115w62hy1c8MX4q5VE0tV81";
};
};
set {
auto-join "#sohbet,#radyo,#oyun,kelime";
oper-auto-join "#opers,#log,#services,#operhelp";
kline-address "info@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].net";
modes-on-connect "+icTxw";
modes-on-oper "+xwqgs-Y";
modes-on-join "ntGVgTf [10j#R5,5n#N10,10m#M1]:10";
snomask-on-oper "+CbcDFfejvGnNqsSo";
who-limit 1;
options {
hide-ulines;
show-connect-info;
fail-oper-warn;
flat-map;
show-opermotd;
};
ping-cookie "yes";
maxchannelsperuser 15;
anti-spam-quit-message-time 10s;
static-quit "Client quit";
static-part yes;
restrict-channelmodes "CTu";
restrict-extendedbans "*@*";
anti-flood {
nick-flood 3:60;
connect-flood 3:60;
away-flood 4:120;
};
spamfilter {
ban-time 1d;
ban-reason "Spam/Advertising";
virus-help-channel "#help";
except "#help";
};
};
kendine göre düzenlersin
Konu aquabluee tarafından (15 Ocak 2020 Saat 01:54 ) değiştirilmiştir.