mIRCForumlari.Net

mIRCForumlari.Net (https://www.mircforumlari.net/)
-   Unreal Hazır Kodlar (https://www.mircforumlari.net/unreal-hazir-kodlar/)
-   -   Unreal4.x* blacklist.c - blacklist.conf proxy korumasi (https://www.mircforumlari.net/unreal-hazir-kodlar/5926-unreal4x-blacklistc-blacklistconf-proxy-korumasi.html)

RahmetLi 05 Mart 2023 06:20

Unreal4.x* blacklist.c - blacklist.conf proxy korumasi
 
Toplam 1 Eklenti bulunuyor.
blacklist.conf dosyasi : Eklentidedir.

PHP- Kodu:

blacklist dronebl {
    dns {
        name dnsbl.dronebl.org;
        type record;
        reply { 2; 3; 5; 6; 7; 8; 9; 10; 255; };
    };
        action gline;
    ban-time 7d;
    reason "2Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [droneble]";
};

blacklist efnetrbl {
    dns {
        name rbl.efnetrbl.org;
        type record;
        reply { 1; 2; 3; 4; 5; };
    };
    action gline;
    ban-time 7d;
    reason "2Sunucumuza proxy/tor/socks/wingate ile girmek yasak! [efnetrbl]";
};

blacklist sorbs {
        dns {
        name dnsbl.sorbs.net;
        type record;
        reply { 2; 3; 4; };
        };
        action gline;
    ban-time 7d;
    reason "2Sunucumuza 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 "2Sunucumuza 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 "2Sunucumuza 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 "2Sunucumuza 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 "2Sunucumuza 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 "2Sunucumuza 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 "2Sunucumuza 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 "Mi spiace, un Open Proxy e' stato trovato sul tuo host. Visita http://www.blitzed.org per maggiori informazioni.";
};

blacklist.conf dosyasını unrealircd klasörunde conf klasorunun içine atın.

Attıktan sonra unrealircd.conf dosyasına kod eklememiz lazım. Alttaki kodu ekleyin.

PHP- Kodu:

include "blacklist.conf";



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 00:00.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.


Navbar with Avatar by Motorradforum