IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Hazır_kodlar (https://www.ircforumlari.net/hazir_kodlar/)
-   -   Proxy Koruma Modulu (TXT'den okutmalı) (https://www.ircforumlari.net/hazir_kodlar/813553-proxy-koruma-modulu-txtden-okutmali.html)

Toprak 02 Nisan 2019 12:46

Proxy Koruma Modulu (TXT'den okutmalı)
 
Merhaba,
Modul Entrance (Taner) tarafından yazılmıştır..

Kod:

#include "config.h"
#include "struct.h"
#include "common.h"
#include "sys.h"
#include "numeric.h"
#include "msg.h"
#include "channel.h"
#include <time.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef _WIN32
#include <io.h>
#endif
#include <fcntl.h>
#include "h.h"
#ifdef _WIN32
#include "version.h"
#endif

#define  BOYUT        1024
#define  PRE_CONNECT    HOOKTYPE_PRE_LOCAL_CONNECT
#define  ACIKLAMA      "Proxy Banned"

int kullanici_girisi(aClient *, aChannel *);

#ifndef STATIC_LINKING
static ModuleInfo  *MyModInfo;
 #define MyMod      MyModInfo->handle
 #define SAVE_MODINFO  MyModInfo = modinfo;
#else
 #define MyMod      NULL
 #define SAVE_MODINFO
#endif

ModuleHeader MOD_HEADER(proxy)
  = {
  "proxyban.c",
  ACIKLAMA,
  "by Entrance",
  "3.2-b8-1",
  NULL
    };

DLLFUNC int MOD_TEST(proxy)(ModuleInfo *modinfo)
{
  SAVE_MODINFO
    return MOD_SUCCESS;
}

DLLFUNC int MOD_INIT(proxy)(ModuleInfo *modinfo)
{

  MARK_AS_OFFICIAL_MODULE(modinfo);
  HookAddEx(modinfo->handle, PRE_CONNECT, kullanici_girisi);

  SAVE_MODINFO

      return MOD_SUCCESS;
}

DLLFUNC int MOD_LOAD(proxy)(int module_load)
{
      return MOD_SUCCESS;
}

DLLFUNC int MOD_UNLOAD(proxy)(int module_unload)
{
      return MOD_SUCCESS;
}

int kullanici_girisi(aClient *sptr, aChannel *chptr) {

FILE *p;
char str[BOYUT]; char *ip = GetIP(sptr);

if((p = fopen("proxy.txt","r")) != NULL){
 while(!(feof(p))) {
      fscanf(p, "%s", str);
if (strcmp(str, ip) == 0) {
 if (sptr->listener->port == 1985) {
  return 0;
 }
 if (sptr->listener->port == 7005) {
  return 0;
 }
 if (sptr->listener->port == 2018) {
  return 0;
 }
 return place_host_ban(sptr, BAN_ACT_GZLINE, "Proxy Banned4!", 8000);
 }
}
  fclose(p);
}
return 0;
}

Kırmızı olarak belirttiğim yerler MUAF PORT.

Not: Unreal3.2.* klasörü içerisine proxy.txt oluşturup proxy ipleri alt alta ekleyiniz..

Sephiroth 22 Mart 2020 13:58

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Selam kardeşim bu proxy.txt dosyasına ipleri bu şekildemi eklicez..
*@200.69.129.242
*@*.cableone.net gibimi yoksa;
''*@200.69.129.242'' gibi mi birde güncel proxy listesi olan varmı elinde. Şimdiden teşekkürler.

Toprak 22 Mart 2020 14:12

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Alıntı:

Sephiroth Nickli Üyeden Alıntı (Mesaj 1042271430)
Selam kardeşim bu proxy.txt dosyasına ipleri bu şekildemi eklicez..
*@200.69.129.242
*@*.cableone.net gibimi yoksa;
''*@200.69.129.242'' gibi mi birde güncel proxy listesi olan varmı elinde. Şimdiden teşekkürler.

Merhaba,
Hayır IP'leri alt alta ekliyeceksin sadece;

Kod:

1.179.208.229
1.179.208.25
1.179.208.25
1.179.208.41
1.179.208.77
1.179.208.81
1.179.208.81
1.179.209.137
1.20.142.113
1.53.137.140
1.55.240.156
101.109.101.252
101.109.127.252
101.109.143.71
101.128.68.123
101.132.122.230
101.248.64.74
101.255.120.170
101.255.56.138
101.50.1.2
101.51.138.13
101.51.138.13
101.51.138.3
101.51.143.16
101.71.130.71
103.106.192.217
103.106.193.37
103.108.47.10


nikotin 24 Mart 2020 21:51

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Bunların modası gecti.
Dancer tarafından paylasılan spamfilter bile iş görür bu anlamda.
İsteyen olursa gevezeye ait saldırı spamfilterini paylasa bilirim.
Gevezenin acemi güvenlik liderlerinden ve nomercy e atılan spamları kayıt ettiren acimilerinin aksine
Gerekirse onların spamfilterinden daha kapsamlı olanını bile istek dogrultusunda paylasabilirim
Bu sayede atılanları kayıt etmeye gerek kalmaz.

Sephiroth 29 Mart 2020 17:18

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Alıntı:

nikotin Nickli Üyeden Alıntı (Mesaj 1042272634)
Bunların modası gecti.
Dancer tarafından paylasılan spamfilter bile iş görür bu anlamda.
İsteyen olursa gevezeye ait saldırı spamfilterini paylasa bilirim.
Gevezenin acemi güvenlik liderlerinden ve nomercy e atılan spamları kayıt ettiren acimilerinin aksine
Gerekirse onların spamfilterinden daha kapsamlı olanını bile istek dogrultusunda paylasabilirim
Bu sayede atılanları kayıt etmeye gerek kalmaz.



paylaşırsanız herkes yararlanmış olur şimdiden teşekkürler...

Diablo 30 Mart 2020 16:06

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Alıntı:

nikotin Nickli Üyeden Alıntı (Mesaj 1042272634)
Bunların modası gecti.
Dancer tarafından paylasılan spamfilter bile iş görür bu anlamda.
İsteyen olursa gevezeye ait saldırı spamfilterini paylasa bilirim.
Gevezenin acemi güvenlik liderlerinden ve nomercy e atılan spamları kayıt ettiren acimilerinin aksine
Gerekirse onların spamfilterinden daha kapsamlı olanını bile istek dogrultusunda paylasabilirim
Bu sayede atılanları kayıt etmeye gerek kalmaz.

spamfilter den eklenilen IP tarzı regexler genellikle masum kişilerin sunucuya erişimini engeller. bu yüzden UnrealIRCd4 kurup blacklist modulunu kullanmanızı önenirim.

nikotin 01 Nisan 2020 19:21

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Alıntı:

Sephiroth Nickli Üyeden Alıntı (Mesaj 1042275212)
paylaşırsanız herkes yararlanmış olur şimdiden teşekkürler...

Yedegi mailde oldugundan birazdan arayıp bulduktan sonra paylasıcam pasam.

--IRCForumlari.NET ; Flood Engellendi -->-> Yeni yazılan mesaj 19:20 -->-> Daha önceki mesaj 18:13 --

Bu gevedeki saldırı spamfilteri.
Spam a add block olarak ekleniyorlar su sekilde.
add u block - 2Hatalı_ise4_http://irc.sunucu.cok/unban_2bildirin._xNoMercy_Security_Systemx
Block olarak eklenmesenin sebebi sanırım sunucuda varolan yurt dısı hosta sahip kullanıcılar etkilenmesiyin diye olabilir ki eger öyle ise mantıklı.
Spam mesajındaki xnomercy kısmını referans alıp ona göre gline atıyorlar büyük ihtimal. Yani xnomercy sebebi ile atılan ipleri banla.

En alttaki spam kodu ise baska bir sunucuya ait ama denemedim.
İsteyen host kısımlarından alıntı yapıp yukardaki gevezenin spamına ekleme yapabilir. pasa gönlünüze kalmıs.

Kod:

^(.+)!(?-i)(Sohbetci|Sohbet|mIRCPro|Mobil|Kerizim|GevezeWeb|MynetWeb|CinselWeb|MircAlem|BizimMekan|KWEB|Buyur)@.+:\1$
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpro|Mobil|BizimMekan)@.+:(?-i)\x03..\s\x03.\s?.+
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpro|Mobil|BizimMekan)@.+:(?-i)\x03.\s\x03..\s?.+
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpro|Mobil|BizimMekan)@.+:(?-i)\x03..\s\x03..\s?.+
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpro|Mobil|BizimMekan)@.+:(?-i)\x03.\s\x03.\s?.+
.+!.+@.+:(?-i)0T.+(m|M).+
.+!.+@.+:(?-i)0[A-Za-z]{1,}\s.+\s\x03\d.+
.+!.+@.+:(?-i)\s\x03\d[A-Za-z]{1,}
.+!(?-i)[A-Z]{1}[a-z]{1,}@.+:\%Lord
.+!(?-i)[a-z]{1,}@.+:\%Lord
.+[\_|\-].+!.+@.+:[a-z]{2,}.+\S(\-|\_)\S.+
.+!.+[\_|\-].+@.+:[a-z]{2,}.+\S(\-|\_)\S.+
.+!.+@.+:.\sTürkçe.?mIRC.+\x03\d.+Mirc.+
.+!.+@.+:\x03\d\s\x03\d.+mIRC.+
.+!(?-i)Mobil@.+:(?-i)[A-Za-z]{1,10}$
.+!.+@.+:(?-i)\s[A-Za-z]+
.+!(?-i)mobil@.+:(?-i)[A-Za-z]{1,10}
^(.+)!.+@.+:\s\1$
.+!.+@.+:(?-i)0T.+Buyur.+
(?-i)^([A-Za-z]{1}[0-9]{3,}![A-Za-z]{1}[0-9]{3,}@.+:[a-z]{3,8})$
.+!(Sohbetci|Sohbet|Kerizim|Geveze|MircAlem|mIRCPro|Mobil)@.+:(?-i)\x03\d\s.+\x03\d.+
.+!.+@.+:(?-i)\x03\d\s\x03\d\s.+
.+!.+@.+:[A-ZÖÇÞÝÜÐ]{20,}
.+!.+@.+:(?-i)\s[A-Za-z]{1,}
.+!.+@.+:0\s.+
.+!.+@7(1|3|4|5|6|9)\..+:.+
.+!.+@6(1|3|4|5|6|7|8|9)\..+:.+
.+!.+@14(0|2|3|4|5|7|8)\..+:.+
.+!.+@15(0|2|3|4|5|7|8)\..+:.+
.+!.+@16(1|2|3|4|5|6|7|8|9|0)\..+:.+
.+!.+@17(1|3|4|5|7|9|0)\..+:.+
.+!.+@18(1|2|3|4|6|7|9|0)\..+:.+
.+!.+@20(1|2|3|5|6|7|8|9|0)\..+:.+
.+!.+@21(1|4|5|6|8|9|0)\..+:.+
.+!.+@22(1|2|3|4|5)\..+:.+
.+!.+@31\.(3|5|6|7|8|9).+:.+
.+!.+@37\.(2|3|4|5|6|7|8|9).+:.+
.+!.+@(21|22|23|25|26|27|28|29|30)\..+:.+
.+!.+@(14|15|16|17|18|19|20)\..+:.+
.+!.+@.+(\.cy\.|\.veloxzon|\.kimsufi\.|\.tn.\|\.gci\.|\.neoplex\.|\.ma\.|\.fios\.|\.wi\.|\.tx\.|\.kabelnet|tor-exit|torrout).+:.+
.+!.+@.+(\.elko|\.nv\.|\.swbell|\.asm\.|\.port\.|\.dr01|\.dh\.|\.embarq|\.bellsout|\.owb\.|\.cinci\.|\.west\.|\.rochester|\.try\.|\.sw\.|\.hvc\.|\.umd\.|\.bstnma\.|\.midsout).+:.+
.+!.+@.+(\.res\-|\.priv\.|\.ga\.|\.ok\.|\.ks\.|\.xtra\.|\.ph\.|\.lv\.|\.pn\.|\.hawaii|\.rcsntx|\.snant|\.tpkaks|\.swbell|\.myvzw|\.gar|\.woh|\.scrm0).+:.+
.+!.+@.+(\.nationalcablenetworks|\.vectranet|\.eatel|\.ghvalley|\.fidnet|\.clients|\.volo|\.cust|\.ambtel|\.pool|\.cable|\.classic|\.buckeye|\.pacbell|\.itnetgro|\.dhcp\.|\.bhe\.|\.sccht|\.wcflt|\.tu\.|\.ri\.|\.wadeash|\.dc\.|\.spcsdns).+:.+
.+!.+@(cpe\-|c\-|pppoe\-|pool\-).+:.+
.+!.+@.+\.(bltmmd|centurytel|triad|rsllil|columbus|rochester|jcsn|snantx|irvnca|pacbell|sav|embarqhsd)\..+:.+
.+!.+@.+\.(frontiernet|bellsouth|aby|almt|fuse|cmdnnj|triad|slkc|mindspring|evrt|vicceo|bltmmd|res-cmts|elp|mrqt|washdc)\..+:.+
.+!.+@.+(\.war\.|\.hinet\.|\.isadsl\.|\.no\.|\.at\.|\.cox\.|\.hapev|\.bodicind|\.fxsa|\.agri\-|\.omhc|\.disney\.|\.rb\.|\.lax\.|\-wmx\.|\.davyinc|\.cbfymc|\.vanholte|\.corp\.|\.blackfo|\.tpnet|\.customers|\.mediaworksit|\.ru|\.fr|\.telefonica).+:.+
.+!.+@.+\.(nh|ga|fl|ma|ec|res|rr|t-2|wa|res|rr|wi|or|va|sc|biz|ma|dia|tu|ok|cox|ph|in|ks|ok|cox|nj|gar|ca|tx|oh|al|pk|lm|se|wv|il|mi|mco|pa|hr|swbell|tu|maine|subnet|pacbell|slid|wi|sip)\..+:.+
.+!.+@.+(\.ph\.|\.sparkp|\.oc\.|\.fklnina|\.ptd\.|\.cpe\.|\.nw.ru\.|\.tc\.|\.om\.|\.mc\.at|\.sd\.|\.br\.|\.countsh|\.zoomin|\.shebfalls|\.br\.|\.pv\.oc).+:.+
.+!.+@.+(\.neo\.|\.wi\.|\.jax\.|\.1scom\.|\.jaxbeyondbb\.|\.clt\.|\.socal\.|\.lr\.|\.mia\.|\.east\.|\.lsanca|\.midco|\.ct\.|\.qwest\.|\.verizon|\.tor\-|\.tl\.|\.kc\.|\.fv\.|\.blr\.|\.elfse|\.il\.|\.ga.\|\.mo\.|\.mi\.).+:.+
.+!.+@.+\.(jax|hckr|triad|ptr|desm|dur-co|az|in|asm|oxfr|bflony|dab|sewingtechuniform|visuallink|insightbb)\..+:.+
.+!.+@.+\.(pn|lsanca|bstnma|msy|albyny|nwnn|prvdri|carolina|tampfl|iowatelecom|centurytel|dllstx|spfdma|slsbmd|washdc|btr|eucl|mia|elp|cinci|milwwi|asm|snfc21|austtx|pitbpa|logixcom|woh|lv|se|rdwd|milwwi)\..+:.+
.+!.+@.+\.(embarqhsd|kc|ovh|emirates|avestadns|mchsi|cpgr|grgrid|user|il|mart-ubr1|tn|gvt|dav|nsw|amazonaws|bltmmd|clppva|fios|east|tampfl|rochester|midsouth|suddenlink|sip|jan|nwtn|sangtx)\..+:.+
.+!.+@.+\.(midco|va|neo|nj|wia|online|insightbb|revip2|server4you|upc|br1|wv|jazztel|columbus)\..+:.+
.+!.+@.+\.(sip|ks|cox|msy|bellsouth|ftwo|tx|charter|dc|mi|mcgsi|pa|fl|sc|nm|home|bresnan|htm-mt|san|neo|ga|md|col|nwnn|hawaiiantel|sagonet|hz13|ptd|qwest)\..+:.+
.+!.+@.+\.(ca|jan|cpe|phlapa|tampfl|or|tn|comcastbusiness|snlo|ph|tc|bhm|sgnw|mywzw|nrflva|combus|ga|wavecable|rocherter|ri|socal|om)\..+:.+
.+!.+@.+\.(asianet|stcable|itscom|md|zooloto|verizon|ntbr|res|new|claro|ftwo|tx|charter|la|slid|rr|va|hsdi|nj|fios|wa|tn|or|hfc)\..+:.+
.+!.+@.+(charter|speeduol|\.rcn|bbtec|attbi|\.giga|\.shub|\.mindspring|\.marketscore|\.or|\.co|\.ct|\.ac|\.res|\.jjs|\.los|\.cm|skulker|virtua)\..+:.+
.+!.+@.+(tufts|netspace|auna|\.pa|\.cablep|bezeqint|\.rev|hkcable|\.noos|\.cantv|\.genericrev|blueyonder|exatt|\.mar|ctinets|rima-tde|pacbell|\.nehp|sbcox|\.hinet|\.vtr|\.vvm|\.nf|\.olp|\.ssp|algx|wavecable|\.cox)\..+:.+
.+!.+@.+(kolibri|netvigator|mpowercom|velocitus|cheznoo|ameritech|\.ded|mchsi|\.ono|netvision|\.iway|btopenworld|\.sil|exatt|brdterra|megalis|inode|sdsl-line|\.sch|\.revip|medford)\..+:.+
.+!.+@.+(charterga|libre|retevision|teletech|fh-flensburg|dipool|highway|huji|hosts|host|cablelink|a2000)\..+:.+
^(.+!.+@(ool|c|cpe|pppoe|pool)\-.+:.+)$
^(.+!.+@.+\.(edu|sk|ee|dk|proxy|lt|no|adsl|cn|hr|md|jp|sa|es|rs|ma|rr|me|cm|vn|id|al|ie|hu|jo|li|ec|jo|ir|am|ar|co):.+)$
^(.+!.+@.+\.(calyx|movilmax|siteprotect|mtnbusiness|blume\-cs|btcentralplus|beckerlawlpa|sacramentofirefighters|amerinoc|chryslerworld|infoave|seed\.net|ccu\.edu)\..+:.+)$
.+!.+@.+(west.biz.rr|comcastbusiness|angcmtk01|midsouth|atw|uddenlink|enturylink|war|vnet-inc)\..+:.+
^(.+!.+@.+\.(edu|sk|ee|proxy|lt|no|adsl|cn|hr|md|jp|sa|es|rs|ma|rr|me|cm|vn|id|al|ie|hu|jo|li|ec|jo|ir|am|ar|co):.+)$
.+!.+@.+(amazonaws|commercial|psln|cgocable|surfer|-co|bresnan|aloha|thomaspipe|metalcraft|pilsfree|vm|co)\..+:.+
.+!.+@.+:[[:space:]][a-z]{1,}
^(.+!.+@.+\.(edu|sk|ee|dk|proxy|lt|no|cn|hr|md|jp|sa|es|rs|ma|rr|me|cm|vn|id|al|ie|hu|jo|li|ec|jo|ir|am|ar|co)\..+:.+)$
.+!.+@.+(cable|speeduol|haywards|pooles|customer|uia|uat|yubc|eunet|vie|surfer|charterga|bizet|pppoool|djm)\..+:.+
.+!.+@.+\.(poda|customer|ovh|theatrium|catt|hag|hfc|stny|dia|mchsi|snlo|md|ia|al|hr|ut|in|de|az|nv|ga|or|reno|austin|res|cpe|owb|nm|shawcable)\..+:.+
^(.+!.+@.+\.(cablevision|qc|breezein|telebecinternet|murphx|wkybb|yucca|valleycabinetinc|telstraclear|netvigator|ilhawaii|btopenworld|forthnet|bellafrica|qc|totalbb|swisscomdata|accesscomm|lyse)\..+:.+)$
.+!.+@(111|119|115|117|120|34|35|36|38|150|50|152|156|161|52|53|54|76|102|104|124|186|187|218|177|222|167|184|171|174|121|180|133|134|135)\..+:.+
.+!.+@(203|208|216|223|219|220|59|58|41|61|60|65|70|197|108|116|207|200|112|55|57|42|43|105|106|107|170|118|113|201|44|45|47|191|199|131|132|98)\..+:.+
.+!.+@(114|103|101|183|175|123|146|110|164|122|181|182|75|51|49|32|33|39|21|26|29|125|128|143|145|147|148|165|153|154|155|206|118|137|139|96|97)\..+:.+
.+!.+@.+(interaktif|t-dialin|ipt|aol|ce4|athos|planetinternet|bigatekeeper|bi-corp|abeinc|tp1rc|proxy|-tor|iisc|w3-gate.|dartagnan|sbs|ccraq1|islc|\.mine|\.hs|\.aku)\..+:.+

--IRCForumlari.NET ; Flood Engellendi -->-> Yeni yazılan mesaj 19:21 -->-> Daha önceki mesaj 19:20 --

/* Spam Filter Proxy Banned */

spamfilter { regex ".+!.+@1.(20|24|34|48|69|93|179|181|189|192|194|206|234)\..+:.+";  target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@1.9.(143|167)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@2.(93|95|99|126|176|179|183|184|188|206|217|220)\..+:.+";  target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@4.(26|30|31|36|59)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@5.(2|8|28|39|51|56|57|61|63|68|78|79|101|104|105|134|135|139|141|153|154|159|160|172|189|190|198|200|202|206|220|223|230|232|249|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 5.46 */
spamfilter { regex ".+!.+@5.196.(28|50|58|94|199)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@5.25.(137|141|149|161)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@8.(2|4|17|19|21|24|25|26|27|28|29|30|35|38|40|41|43|138)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@8.37.(196)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@12.(0|2|4|6|8|9|29|35|36|44|51|54|69|71|111|131|133|139|145|154|160|180|186|188|203|205|218|234|249)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@13.(36|68|82|85|89|91|92)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@14.(17|20|29|34|36|38|53|63|74|102|105|106|110|114|119|120|123|139|140|141|146|153|154|159|192|207|211|214|218|219|221)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@23.(28|48|88|91|92|94|95|97|101|226|235|236|248|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@24.(13|24|35|42|48|49|50|51|52|53|54|72|75|89|94|96|100|105|112|115|121|142|143|145|153|159|166|192|196|198|201|212|214|217|219|223|224|225|228|230|231|237|238|240|245|246)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@27.(10|11|13|15|22|25|34|38|44|46|54|106|109|111|116|121|122|123|124|130|131|147|188|191|194|196|202|204|205|206|208|211|212|214|216|217|218|222|225|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@31.(3|13|14|25|28|29|31|41|43|44|47|131|146|148|150|162|169|173|185|186|202|208|220|211|221)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 31.145 - 31.210  - 31.200 - 31.209 */
spamfilter { regex ".+!.+@36.(26|36|37|66|67|68|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|105|110)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@37.(0|20|28|29|35|48|53|55|57|59|61|77|131|139|157|187|191|201|220|229|233|235|236)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 37.32 - 37.155 - 37.154  */
spamfilter { regex ".+!.+@38.(29|65|67|69|72|83|93|100|103|120|123|124|130|132|133)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@39.(1|46|50|64|66|67|69|80|81|82|84|88|89|150|171)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@40.(112|114|118|122|140)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@41.(21|32|33|34|35|37|41|42|44|45|46|47|57|63|67|69|73|72|74|75|76|77|78|79|86|87|89|92|93|94|129|130|134|135|138|139|159|160|161|171|178|186|188|191|196|202|203|204|205|206|207|208|210|211|216|217|218|220|221|222|223|226|230|231|232|234|237|238|242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 41.215 */
spamfilter { regex ".+!.+@41.75.(111)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@42.(5|51|52|56|57|61|84|96|104|112|120|121|122|159|177|201|202|218|239|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@43.(223|224|225|226|228|229|230|231|240|243|245|246|247|250|251|252|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@45.(32|41|55|63|64|74|76|78|116|114|115|117|118|120|123|124|125|127|246|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@45.62.(242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 45.33 - 45.43 - 45.62 */
spamfilter { regex ".+!.+@46.(4|8|9|10|16|17|19|21|28|29|31|32|35|36|38|39|46|48|50|55|58|59|72|98|100|108|118|127|148|149|151|163|164|165|166|167|172|173|174|181|182|183|209|219|225|229|231|235|238|243|246|249|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@46.101.(9|169|183|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@46.105.(46)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 46.99 - 46.154 - 46.252 */
spamfilter { regex ".+!.+@47.(16|88|89|90|91|150|197|202|208)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@49.(0|40|64|73|87|116|128|140|206|212|213|228|231|236)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@50.(3|7|8|15|30|40|42|45|46|51|59|76|86|105|108|109|115|126|232|233|240|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@51.(15|36|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@52.(119|129)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@54.(232)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@58.(6|17|20|21|27|28|38|42|46|50|52|54|59|61|62|68|84|96|99|134|147|154|185|210|212|216|229|240|243|244|248|250|251|252|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@59.(12|13|18|22|26|34|37|39|40|41|42|45|46|47|49|51|58|62|110|152|172)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@6(1|3|4)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@60.(2|11|13|19|21|23|24|28|31|52|164|167|168|169|170|174|182|185|190|205|214|216|217|219|220|221|235|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@62.(24|46|63|65|77|80|84|96|102|117|119|122|133|140|141|148|152|161|165|168|173|175|189|195|209|210|220|240|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@62.201.(219|238)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@64.(39|130|185)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@65.(19|28|31|39|49|50|73|74|79|87|97|118|127|152|181|182|207|214|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@66.(7|11|23|43|45|50|51|58|60|68|76|79|84|96|97|103|115|118|119|135|153|158|172|178|182|184|185|186|188|191|199|205|207|209|211|215|216|219|220|226|228|232|234|235|239|249|252|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 66.87 */
spamfilter { regex ".+!.+@67.(10|14|22|50|58|59|63|79|158|159|184|194|197|198|199|204|205|208|210|211|213|214|216|217|218|219|220|221|222|224|230|231|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@68.(16|64|66|67|71|112|113|144|166|170|171|180|187|169|234|235)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@69.(1|6|9|12|18|24|27|30|36|39|43|49|55|57|58|59|71|73|84|112|118|136|160|161|165|166|168|169|178|196)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@70.(15|28|35|97|103|166|167|169)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@7(1|3|4|5)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@71.(67|93)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@72.(2|8|12|13|14|19|20|28|35|44|46|49|51|52|55|130|143|169|173|175|187|191|234|252|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@74.(64|78|89|102|113|118|127|194|195|208|211)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@75.(11|103|111|126|128|130|134|141|176|184)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@76.(8|9|10|11|72|73|77|93|115|164|169|233)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@77.(35|46|50|66|73|79|81|87|104|107|109|110|120|122|179|232|235|238|241|246|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@77.243.(125)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 77.119 - 77.242 - 77.244 */
spamfilter { regex ".+!.+@78.(8|22|25|27|28|31|38|39|48|63|67|81|90|104|107|111|130|132|135|153|154|193)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@78.160.(160)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@79.(67|71|76|98|101|104|106|116|124|126|127|140|143|172|174|175)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@80.(12|31|48|64|67|70|73|74|78|81|82|84|87|88|91|92|93|101|113|122|123|133|147|179|188|191|216|218|219|237|240|244|248|250|251|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@80.240.(96)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@81.(13|15|18|21|25|28|92|134|153|163|170|181|189|191|196|198|199|219)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 81.214 - 81.215 */
spamfilter { regex ".+!.+@82.(4|25|27|66|78|94|98|99|102|103|112|115|117|118|145|146|151|165|192|193|195|197|200|201|204|206|209|211|214)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 82.114 - 82.151 - 82.222 */
spamfilter { regex ".+!.+@83.(68|69|71|136|137|139|141|143|152|167|169|174|209|218|221|223|230|233|234|238|239)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@84.(1|13|17|22|38|42|46|53|102|201|206|216|217|219|236|238|242|243|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 84.51 - 84.241 */
spamfilter { regex ".+!.+@85.(7|9|10|13|15|23|25|27|29|30|31|68|84|90|93|95|113|114|133|143|157|159|172|173|174|184|185|187|192|195|199|207|217|232|246|248|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 85.99  - 85.132 */
spamfilter { regex ".+!.+@86.(2|18|26|34|57|102|104|105|106|120|126|142|156|188|201)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@87.(76|92|97|98|100|103|117|118|120|141|166|179|186|229|236|239|248|249|251|252|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@88.(87|95|106|129|131|132|133|146|150|156|192|199|204|210|211)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 88.147 - 88.228 */
spamfilter { regex ".+!.+@88.150.(168)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@88.252.(244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@89.(3|16|21|25|26|28|31|32|34|35|36|38|40|41|46|101|104|105|107|108|133|136|140|143|144|145|150|160|165|175|185|186|187|188|207|218|219|221|222|231|233|235|236|238|248|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@90.(15|154|186|188|194|199|215|216|219|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@91.(59|73|82|83|84|89|98|99|103|106|107|108|109|114|121|136|137|138|139|142|143|145|185|187|188|189|190|194|195|196|197|198|202|203|204|205|210|213|214|217|219|221|222|223|224|227|228|231|232|233|234|236|237|238|239|241|242|243|245|247|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 91.93 */
spamfilter { regex ".+!.+@91.144.(170)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@92.(13|27|38|39|42|46|48|50|51|62|63|82|87|107|109|126|222|236|242|244|245|246|247|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 92.45 */
spamfilter { regex ".+!.+@93.(31|79|85|90|99|115|118|123|125|149|158|159|170|171|174|177|189)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 93.183 */
spamfilter { regex ".+!.+@94.(8|19|20|22|23|25|31|41|42|46|47|56|72|73|74|100|101|102|103|125|127|135|136|140|141|153|154|155|177|180|181|183|190|198|200|203|228|229|230|231|241|242|244|245|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@94.20.(21)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@95.(29|33|46|47|56|58|67|71|78|79|80|84|85|86|90|97|104|109|110|128|130|131|133|141|143|154|157|158|161|167|168|170|181|187|188|211|215)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 95.0 */
spamfilter { regex ".+!.+@95.78.(251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@95.9.(154)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 95.13 */
spamfilter { regex ".+!.+@95.10.(44)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@9(6|7|8|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@97.(86|87)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@98.(28|101|109)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@99.(21)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@100.(38|42)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@101.(0|4|18|23|36|81|96|98|99|100|109||128|200|201|203|204|205|209|231|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 101.127 */
spamfilter { regex ".+!.+@103.(1|3|4|7|8|9|10|12|13|14|15|16|17|18|19|21|23|24|25|26|27|28|29|30|31|35|36|38|39|40|41|43|44|47|48|49|50|51|52|53|54|55|56|58|59|60|61|63|66|68|71|152|192|193|194|195|196|197|204|205|206|207|208|212|214|224|226|227|228|229|230|231|232|233|234|235|237|239|240|242|243|245|246|248|249|250|251|252|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 103.10 */
spamfilter { regex ".+!.+@104.(15|36|37|40|46|129|131|137|140|143|145|152|156|160|171|192|193|200|207|216|218|223|237|214|215|216|219|220|232|233|235|236|238|241|243|244|250|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 104.238 */
spamfilter { regex ".+!.+@105.(27|112|174|186|227)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@106.(0|2|3|14|37|46|75|81|85|89|187|240|247|248|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@107.(7|9|10|91|141|150|155|161|170|171|181|182|190|191|201|204)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 107.178 */
spamfilter { regex ".+!.+@108.(47|59|60|61|88|160|170|174|190|191|205)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@109.(62|68|69|72|74|86|87|92|104|105|106|108|111|122|124|167|169|172|194|195|196|197|200|201|202|205|207|224|225|230|233|235|236|237|241|248|251|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 109.36 */
spamfilter { regex ".+!.+@110.(5|34|35|37|50|74|77|78|83|102|136|137|138|139|164|172|173|180|182|206|229|232|235|244|245|247|249|250|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@11(1|2|3|4|6)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@113.(105)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@114.(112)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@115.(12|21|28|29|45|51|56|70|78|85|88|108|111|112|113|117|124|127|156|159|201|203|208|209|211|212|213|214|219|221|230|238|239|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@117.(21|27|52|53|58|60|65|74|76|78|86|90|92|94|102|103|131|140|158|170|173|176|177|200|211|218|232|239|240|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@118.(26|67|69|70|76|80|81|89|91|96|97|98|99|112|114|119|140|150|151|172|173|174|175|178|179|182|184|186|189|193|200|244|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@119.(1|7|9|10|11|18|28|29|32|39|40|42|55|80|82|85|86|94|109|110|114|116|117|125|128|129|131|132|134|135|136|141|144|148|152|159|162|165|166|176|177|180|186|188|191|194|235|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@120.(0|2|3|15|24|25|27|28|29|34|50|55|63|77|92|132|138|192|194|197|198|199|205|213|219|234|237)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@12(1|3|6|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@121.(73)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@122.(2|6|7|10|15|52|53|54|91|102|114|128|129|152|154|155|159|160|200|224|225|227|230|237|238|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@124.(12|16|29|81|93|105|118|158|160|163|164|193|197|207|234|235|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@125.(18|19|25|31|37|39|40|46|62|72|76|84|85|94|99|106|107|109|116|118|120|123|124|126|131|137|141|143|160|161|162|163|164|166|167|208|209|212|215|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@128.(0|153|199)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@13(1|2|3|4|5|6)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@130.(0|185|193|245)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@131.(161|191)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@132.(255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@137.(74|116|117|118|119|135)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@138.(0|36|58|59|75|94|97|99|116|117|118|121|122|186|197|204|219|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 138.68 */
spamfilter { regex ".+!.+@139.(0|59|99|129|130|192|193|194|196|199|201|224|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@140.(0|207|250|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@141.(105|170|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@141.196.(74)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 141.196.50 - 141.196.111 */
spamfilter { regex ".+!.+@141.196.(0|24|83|84|85|101|118|119|130|145|162|167)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@142.(0|4|54)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@143.(0|202|208|248|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@144.(48|52|139|148|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@145.(255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@146.(0|88|52|120|158|185|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@147.(75)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@148.(74|103|169|245|251|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@149.(13|56|84|154|210|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 149.0 */
spamfilter { regex ".+!.+@150.(101|107|161|185)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@151.(1|58|80|100|177|236|237|241|249|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 151.250 - 151.252 */
spamfilter { regex ".+!.+@152.(26|160|168|204|231)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@153.(0|92|126)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(0|5|16|64|65|66|68|72|73|118|119|127)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].70.(99)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@155.(4|94)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@156.(211|213)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@157.(52)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@158.(36|46|58|69|130|181|222|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(92|148|192|203|213|224|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@160.(7|202)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@161.(132)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@162.(72|104|105|144|208|209|210|211|212|213|214|216|217|218|219|220|221|222|223|242|243|244|245|246|247|248|249|250|251|252|253|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@163.(23|47|53|121|125|172|177)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@163.172.(169)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@164.(58|132|160|177)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@165.(139|166)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@166.(62|70|111|230)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@167.(88|114|142|160|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@168.(61|90|96|121|167|205|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@168.235.(64)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@169.(57|239|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@17(1|3|5|7|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 172.2 */
spamfilter { regex ".+!.+@170.(0|72|75|78|210|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@172.(81|87|97|110|242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@172.98.(67|162|170|172|178|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@173.(10|17|26|196|215|225|240)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@174.(1|34|44|71|127|140|141)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.(10|12|15|31|37|53|56|57|74|94|97|101|102|103|104|106|107|109|111|114|115|119|123|126|192|193|221|226|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 176.0 - 176.7 - 176.42 - 176.194 */
spamfilter { regex ".+!.+@176.6.(16|19|20|122|123|127|128)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.103.(4|7|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.106.(121|122|145)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.239.(140)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.237.(1|3|40|51|58|65|77|85|99|109|115|126)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@177.(10|11|21|22|36|56|70|73|75|86|87|91|124|125|128|129|131|152|140|221|229)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@178.(0|11|17|18|20|23|32|33|34|50|54|57|60|62|74|75|76|119|132|135|150|151|155|157|158|168|174|206|209|210|213|214|215|217|218|219|237|252|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 178.165 - 178.197 */
spamfilter { regex ".+!.+@179.(106|119|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@180.(87|96|97|119|140|148|149|151|166|169|175|176|178|180|183|211|214|232|234|241|242|243|244|245|246|247|248|250|251|253|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@18(1|2|3|6|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 187 */
spamfilter { regex ".+!.+@182.(52|114)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@183.(18|89|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@184.(0|21|23|55|59|94|101|106|171)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@185.(3|4|5|6|7|8|10|13|14|15|19|21|22|24|25|26|28|29|31|32|35|36|39|40|44|46|47|53|55|58|60|61|63|65|66|72|73|75|76|80|81|83|84|87|90|95|98|100|101|103|104|112|113|118|119|120|125|126|128|130|133|138|153|157|164|167|177)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@185.122.(56|57)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 185.69 - 185.85 - 185.86 185.59 */
spamfilter { regex ".+!.+@186.(1|64|103|121|167|194|216|219|249)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@187.(1|2|3|4|7|8|12|16|17|19|20|21|22|23|32|33|35|36|37|38|39|41|44|45|49|54|59|60|62|63|64|65|66|67|69|73|75|78|79|84|85|87|89|94|95|103|104|105|106|107|108|109|110|112|114|115|120|121|122|123|153|157|160|161|163|180|181|182|183|188|189|190|210|213|216|237|241|245|252|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.(0|20|22|25|27|34|42|65|75|92|93|106|112|117|120|121|128|130|136|138|165|166|168|170|190|213|214|225|231|241|243|244|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.120.(175)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.38.(105)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.56.(18|24|40|45|48|51|55|60|75|79|93|95|96|105|107|108|191|192|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.136.(149)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@189.(45|50|89|90|127|203|218|219)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@190.(0|3|6|7|8|9|11|12|29|36|37|38|39|40|41|42|63|68|72|73|74|75|77|78|83|85|95|104|106|107|108|109|110|111|114|117|119|120|121|122|128|129|131|141|142|146|151|152|153|176|180|181|183|184|186|189|190|191|192|193|196|199|200|201|202|204|207|211|213|214|215|216|228|230|232|233|234|235|236|237|238|239|242|248|249|252|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@191.(5|7|17|32|33|37|55|96|97|98|101|102|136|145|176|177|178|179|180|181|182|184|185|187|188|189|190|191|198|222|240|241|242|243|250|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@192.(30|34|36|40|42|64|69|71|73|87|92|95|96|99|104|110|119|122|128|129|132|145|151|153|157|160|161|171|173|175|182|183|210|227|228|230|232|241|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@192.3.(61|226)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@193.(13|33|34|84|86|90|93|105|106|107|109|111|124|142|150|151|160|169|170|179|189|194|201|203|226|227|238|242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@194.(12|28|44|67|87|88|90|104|146|150|154|183|186|187|190|203|206|225|242|243|247|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(9|13|16|24|29|32|40|46|62|81|88|91|93|94|98|110|123|128|136|146|154|158|169|177|178|182|184|189|196|205|206|209|218|225|228|229|230|239|242|246)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].244.(36)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@196.(1|11|21|31|32|34|41|44|200|202|205|207|210|212|218|219|220)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@197.(32|33|36|40|41|44|45|81|86|89|97|149|160|162|205|210|211|214|215|218|220|231|234|237|242|243|245|248|251|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@198.(11|12|23|38|41|46|50|74|100|134|186|199|203|206|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@198.144.(52)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(15|16|19|27|46|47|48|58|59|68|73|83|87|96|101|115|116|119|127|167|168|175|180|187|189|192|195|199|201|229|230|231|241|250|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 199.255 * 198.144 */
spamfilter { regex ".+!.+@200.(0|1|5|6|7|8|10|17|24|25|27|29|33|35|37|43|52|54|55|58|61|63|66|68|70|76|80|81|82|84|85|87|90|93|105|106|109|112|113|115|116|123|127|142|145|150|156|167|168|172|175|192|195|199|201|205|216|222|223|225|229|232|239|240|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@201.(6|16|20|21|33|38|46|47|48|49|51|52|53|55|57|63|67|71|74|75|77|80|81|82|83|86|87|100|111|113|116|132|146|149|151|159|164|165|166|172|174|175|183|209|210|211|216|222|230|234|238|240|242|248|249|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@202.(4|5|6|21|29|31|38|43|44|46|47|51|52|57|58|59|62|68|69|70|72|74|77|78|79|80|83|84|92|93|94|95|96|99|103|104|105|111|112|114|118|120|125|126|129|131|133|136|137|138|141|142|146|147|148|150|152|153|154|155|157|158|159|160|162|164|166|168|169|170|171|173|179|182|183|198|201|203|207)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@203.(71|73|76|77|81|83|87|88|90|106|112|114|124|128|129|130|142|153|156|160|161|173|174|176|189|188|190|193|195|201|202|205|215|217)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@204.(0|10|12|16|28|42|44|48|74|80|98|111|116|141|152|153|195|232|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 204.93 */
spamfilter { regex ".+!.+@205.(134|157|185|196|204|207|227|234|243|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@206.(10|72|74|81|83|109|114|123|124|125|130|152|162|180|192|214|217|223|225|230|253|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@207.(5|14|30|32|46|50|55|62|98|141|144|179|190|226|235|237|239|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@208.(12|29|52|58|66|67|68|69|72|73|74|75|79|80|82|83|85|86|87|88|89|91|92|93|94|95|99|101|103|104|107|111|114|117|118|123|126)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@209.(9|17|23|33|40|55|58|59|64|66|74|124|126|131|141|148|150|151|159|182|194|203|210|217|222|225|236|237|243|249|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@210.(4|14|21|47|51|57|79|86|87|100|101|103|108|129|140|154|195|204|211|212|236|245)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@21(1|4|5|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@212.(1|7|8|12|21|26|28|33|37|42|46|47|49|57|58|59|65|69|72|83|90|91|97|100|119|126|128|129|144|162|200|227|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 212.50 - 212.57 - 212.98 */
spamfilter { regex ".+!.+@212.156.(214)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 212.174 */
spamfilter { regex ".+!.+@213.(5|6|33|39|57|61|79|80|81|92|96|111|131|136|141|144|147|157|158|169|171|177|178|180|182|183|185|191|198|200|202|205|215|217|221|231|234|235|238|241|247|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 213.74 */
spamfilter { regex ".+!.+@213.74.(244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@213.43.(0|1|4|5|6|8|9|12|13|15|16|17|18|19|22|30|35|42|49|50|51|54|55|57|58|59|60|83|108|111|116|119|120|121|124|131|133|139|134|135|144|145|150|153|155|159|240|241|242|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(9|16|17|19|26|27|40|47|50|51|53|74|98|107|113|114|115|117|126|130|134|145|147|158|163|167|169|172|175|176|182|186|195|213|215|218|224|226|228|229|234|238|239|240|241|243|250|251|252|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].172.(114)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].189.(149|150|154|159|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@217.(7|12|15|17|23|24|25|29|61|64|66|71|75|76|78|83|106|112|119|144|146|147|150|169|170|172|173|175|197|210|219)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@218.(2|6|8|15|17|20|22|24|27|28|29|48|56|58|59|61|69|72|75|82|85|87|89|90|92|93|106|109|201|202|232|241|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@220.(88|89|140|149|163|166|172|179|198|225|247|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@221.(1|5|6|7|10|11|132|141|163|176|182|191|192|193|195|204|205|210|213|214|226|228|229|233|237|238)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@222.(41|49|52|66|79|81|87|88|93|99|124|134|141|160|161|165|169|172|173|175|177|182|185|187|188|198|216|217|222|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@223.(25|26|27|68|72|79|80|81|88|89|93|95|96|97|98|119|153|164|165|196|197|198|202|204|205|223|240|245)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(ip3|ip3|ip-9|\.tn|\.2com\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(aamranetworks|acelerate|aceougi|ac-net|adonisindex|\.ae\.net\.|afrihost|adamswells|adisoftronics|ameritech|anvianet|airadvantage|aitlbd|airospace|ajlb|agyonet|amaonline|armbrust|alfenas|alltele|amazonaws|andorpac|arkaden|arbuzik|\.asianet\.|as43234|as327870|aussiebb|avangarddsl|astound).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(bahnhof|bc\.googleusercontent|bloomingdalecom|biznes-host|bcsatellite|bend|broadband|\.bezeqint\.|beld|brasshorncomms|bresnan|bestel|\.bit\.|bsnl|broadstripe|brxtelecom|buckeyecom|bulsattv).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(Cablevision|cust\.prq|CableLink|claro|cablelynx|\.cdi\.|cetecomusa|cmpvpn|coradis|cotexonline|cantv|cotelcam|ccrtc|cec-ntic|ctinets|\.cbn\.|\.cnode\.|cccinternet|cgocable|city10|chibardun|\.cm.vtr\.|clicktelecom|clicfacilitb|\.cox\.|comfibra|comstar|comporium|consoftmg|corbina|cloudbunny|comcastbusiness|conceitosinformatica|critical|crork|comnet|columbus|cyberplus|customerip|\.cyta\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(dansknet|datazug|desktop|dfri|debryansk|dedicatedpanel|derytele|direcpath|digicube|dns-configured|dotserv|dourneau\.|donhost|\.dpe\.|dreamhostps|\.dts.mg|dslextreme).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(eastlink|egrnet|egyptian|emitel|\.enn\.|\.eunet\.|everestkc|ezecom|espoltel|\.etc\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(farlep|fastwebnet|fib\.nerim|fidnet|fmtcs|franweb|fiber\.net\.id|frontiernet|forpsi|fuse).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(gatewayinsurance|geonet|gbatelecom|geneseo|geusnet|\.gft\.|ghnet|gigamonster|grandenetworks|globotechtecnologia|gondtc|\.gvt\.|gtdinternet|4grc).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(hbcomm|hzl|hdispo|hiradas|\.hsd1\.|himax|hinet|hkcable|home\.otenet|htva|hypervm).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(junet|jth).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(iboss|icewarm|imicro|irenala|idfnv|imsbiz|inaddr|intelvision|infobarranx|infobarranet|infotechgo|intersurf|inovainternet|\.irtc\.|internet58.\|intrstar|internetia|ipnxtelecoms|iusacell|isimples).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(kabsi|\.kapustik\.|kamensktel|kaputte|kartofelzik|khendns|koping|ken-tennwireless|\.kiev\.|\.kimsufi\.|knology|klfree|kli|krucznet|ksc2mo|kudus-school).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(laquadrature|la\.net|lcom|litoraltibau|lightnet|linode|linharesonline|longriver|lumos|lynet).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(maine|mahronis|metronetinc|mediacommerce|McGill|mcsnet|mfocus|myfairpoint|mediaworksit|mensrea|metrosg|metrocom|midsouth|micropic|miranda-media|mhcable|mldns|modulonet|\.moscow\.|montanavision|moldtelecom|mrse|mta|mtnbusiness|mwmail|mudlake|multisec|\.mchsi\.|myihor|mweb).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(nctc|nctv|naclick|netnitco|neurcent|netlife|neunet|neoretro|netikka|netlinebr|netlinkrvd|netins|nicolasturlais|nicknode|netbynet|netcon|netsystem|netmaismg|netwtelecom|nktelco|nmte|nrttelecom|norwoodlight|\.ntnu\.|\.nyc\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(oignon|onlinehome-server|oneytelecom|onenet|onecommunications|ovh|opencloud|outcenter|openadam|orbitel|ownit).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(perspektivbredband|\.pl|pavlovmedia|puntonet|planmarket|prontonet|pccwglobal|\.pck\.|\.pitbpa\.|pie-coop|pool\.telekom|protectednetgroup|ptr4|poltava|powertelecom|pppoe|prod-infinitum|provedorsuperconnect).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(radiopark|raimax|rcwmoab|redstation|\.rni\.|reverse-mundo-r|\.reno\.|rallstech|\.rcmdva\.|readyserver|redelinkcariri|redelinkcariri|regruhosting|\redelinkcariri|riksnet|rftonline|rmr-reisen|rodary|ronus).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(sadecehosting|safaricombusiness|safelink|satelephone|sanbrunocable|satfilm|sock|skanova|scnet|smartspb|seed\.net|secureserver|\.server4you\.|\.sakura\.|scrtc|\.sepanta\.|singnet|sh3llbox|sixhop|sikkastar|sitek|siqueiralink|shentel|skybest|skylogicnet|smartcity|sgmedical|skybeam|spirosandreou|socswireless|sourcil\.|spectrumnet|spydar007|speednetpa|stratoserver|starweb|static-delhi-vsnl|stanton|stetnet|suddenlink|supply|stwserver|suite224|surewest|subnet|sv-en).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(teksavvy|telus|tecnoadsl|telapex|tedata|teknikbyran|telecomitalia|terrarica|teleportsv|telesp|telstraclear|telstra|tis-dialog|tomsk|tomhek|tonetic|trincoll|tricor|tpnet|triolan|twspeed|totbb).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(unwiredbb|ubr1|ukrtel|universal|unesp).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(valenet|veloxzone|velton|veracitynetworks|virginmediabusiness|vivintwireless|viacast|vianorte|visualnet|voxility|vspinternet|vultr|vsm|-vsnl).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(wavecable|wayne-enterprises|washdc|webspeed|webair|wiline|wispnet|wideopenwest|wi-power|wichitaonline|windstream|waste4energy|wheatstate|wln|\.vps\.|wrnettelecom).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(younet).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* your-server */
spamfilter { regex ".+!.+@.+(zaptelecom|zap10|zencurity|zitomedia|zsttk).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };

/* Muaf Ip Adresleri  */

except ban { mask *@180.180.13.59; };
except ban { mask *@66.175.218.27; };

except tkl { mask *@180.180.13.59; type { gline; gzline; qline; gqline; shun; }; };
except tkl { mask *@66.175.218.27; type { gline; gzline; qline; gqline; shun; }; };


/* Sabit Proxy IP Adresleri */

/* Bambam */
ban user { mask *@176.238.*; reason "4Banned!"; };
/* Bambam */
ban user { mask *@*tor*.*; reason "4Proxy Banned!"; };
#ban user { mask *@104.168.*; reason "4Proxy Banned!"; };
#ban user { mask *@151.236.*; reason "4Proxy Banned!"; };
ban user { mask *@*.InterCable.net; reason "4Proxy Banned!"; };
ban user { mask *@*.geusnet.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ohost.biz; reason "4Proxy Banned!"; };
ban user { mask *@*.is74.ru; reason "4Proxy Banned!"; };
ban user { mask *@*.sl-reverse.com; reason "4Proxy Banned!"; };
ban user { mask *@*.cpe.vektor.net; reason "4Proxy Banned!"; };
ban user { mask *@*.sadecehosting.net; reason "4Proxy Banned!"; };
ban user { mask *@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]bresegroup.com; reason "4Proxy Banned!"; };
ban user { mask *@*.amerary.xyz; reason "4Proxy Banned!"; };
ban user { mask *@*.bnaa.dk; reason "4Proxy Banned!"; };
ban user { mask *@*.sydskane.nu; reason "4Proxy Banned!"; };
ban user { mask *@*.sweetwaterhsa.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ip-eend.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.servebyte.com; reason "4Proxy Banned!"; };
ban user { mask *@*.contabo.host; reason "4Proxy Banned!"; };
ban user { mask *@*.wildpark.net; reason "4Proxy Banned!"; };
ban user { mask *@*.debrid.eu; reason "4Proxy Banned!"; };
ban user { mask *@*.talyn.se; reason "4Proxy Banned!"; };
ban user { mask *@*.globenet.org; reason "4Proxy Banned!"; };
ban user { mask *@*.snydernet.net; reason "4Proxy Banned!"; };
ban user { mask *@*.sec.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.umich.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.nos-oignons.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ohdoom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.iceservers.net; reason "4Proxy Banned!"; };
ban user { mask *@*.m5i.uk; reason "4Proxy Banned!"; };
ban user { mask *@*.static.host; reason "4Proxy Banned!"; };
ban user { mask *@*.startdedicated.com; reason "4Proxy Banned!"; };
ban user { mask *@*.liliputech.com; reason "4Proxy Banned!"; };
ban user { mask *@*.schmutzig.org; reason "4Proxy Banned!"; };
ban user { mask *@*.us.to; reason "4Proxy Banned!"; };
ban user { mask *@*.coldhak.com; reason "4Proxy Banned!"; };
ban user { mask *@*.impium.de; reason "4Proxy Banned!"; };
ban user { mask *@*.yui.cat; reason "4Proxy Banned!"; };
ban user { mask *@*.resolv.to; reason "4Proxy Banned!"; };
ban user { mask *@1ideaux.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wat2doo.com; reason "4Proxy Banned!"; };
ban user { mask *@*.direct-adsl.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.etb.net.co; reason "4Proxy Banned!"; };
ban user { mask *@*.sw.biz.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kapros.cn; reason "4Proxy Banned!"; };
ban user { mask *@*.epbfi.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ediscom.de; reason "4Proxy Banned!"; };
ban user { mask *@*.bredband2.com; reason "4Proxy Banned!"; };
ban user { mask *@*.tidewater.net; reason "4Proxy Banned!"; };
ban user { mask *@*.diodecom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.yucca.net; reason "4Proxy Banned!"; };
ban user { mask *@*.rose.net; reason "4Proxy Banned!"; };
ban user { mask *@*.zebra.lt; reason "4Proxy Banned!"; };
ban user { mask *@*.trollfjord.no; reason "4Proxy Banned!"; };
ban user { mask *@acest.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.aomrnt01.ap.so-net.ne.jp; reason "4Proxy Banned!"; };
ban user { mask *@*.shawcable.net; reason "4Proxy Banned!"; };
ban user { mask *@*.hispeed.ch; reason "4Proxy Banned!"; };
ban user { mask *@*.daktel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tonster.com; reason "4Proxy Banned!"; };
ban user { mask *@*.mycingular.net; reason "4Proxy Banned!"; };
ban user { mask *@*.t3.se; reason "4Proxy Banned!"; };
ban user { mask *@*.usinternet.com; reason "4Proxy Banned!"; };
ban user { mask *@*.enventis.net; reason "4Proxy Banned!"; };
ban user { mask *@*.midco.net; reason "4Proxy Banned!"; };
ban user { mask *@*.bhn.net; reason "4Proxy Banned!"; };
ban user { mask *@*.zoominternet.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tbcn.telia.com; reason "4Proxy Banned!"; };
ban user { mask *@*.gci.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wi.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.newwavecomm.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dia.static.qwest.net; reason "4Proxy Banned!"; };
ban user { mask *@*.vectranet.pl; reason "4Proxy Banned!"; };
ban user { mask *@*.lightspeed.wepbfl.sbcglobal.net; reason "4Proxy Banned!"; };
ban user { mask *@*.static.krny.ne.charter.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ocn.ne.jp; reason "4Proxy Banned!"; };
ban user { mask *@*.mse.spmode.ne.jp; reason "4Proxy Banned!"; };
ban user { mask *@*.ee.princeton.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.hcc.net; reason "4Proxy Banned!"; };
ban user { mask *@*.1scom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.lunanode.com; reason "4Proxy Banned!"; };
ban user { mask *@*.riksnet.se; reason "4Proxy Banned!"; };
ban user { mask *@*.savman.se; reason "4Proxy Banned!"; };
ban user { mask *@*.naxs.com; reason "4Proxy Banned!"; };
ban user { mask *@*.tylda.net; reason "4Proxy Banned!"; };
ban user { mask *@*.conceptcable.com; reason "4Proxy Banned!"; };
ban user { mask *@*.jotanet.pl; reason "4Proxy Banned!"; };
ban user { mask *@*.slm.blueriver.net; reason "4Proxy Banned!"; };
ban user { mask *@*.hwccustomers.com; reason "4Proxy Banned!"; };
ban user { mask *@*.slic.com; reason "4Proxy Banned!"; };
ban user { mask *@*.gndckw.com; reason "4Proxy Banned!"; };
ban user { mask *@*.brainerd.net; reason "4Proxy Banned!"; };
ban user { mask *@*.open.airstreamcomm.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mwt.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ckt.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dhcp.as2116.net; reason "4Proxy Banned!"; };
ban user { mask *@*.cpe.eaglecable.net; reason "4Proxy Banned!"; };
ban user { mask *@*.centex.net; reason "4Proxy Banned!"; };
ban user { mask *@*.hawaiiantel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.eatel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.cmaaccess.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ias.bredband.telia.com; reason "4Proxy Banned!"; };
ban user { mask *@*.volo.net; reason "4Proxy Banned!"; };
ban user { mask *@*.bright.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tiktalik.io; reason "4Proxy Banned!"; };
ban user { mask *@*.bitcom.se; reason "4Proxy Banned!"; };
ban user { mask *@*.btes.tv; reason "4Proxy Banned!"; };
ban user { mask *@*.ideaone.net; reason "4Proxy Banned!"; };
ban user { mask *@*.rev.cloud.scaleway.com; reason "4Proxy Banned!"; };
ban user { mask *@*.cpe.echoes.net; reason "4Proxy Banned!"; };
ban user { mask *@*.airstreamcomm.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dhcp.mtgm.al.charter.com; reason "4Proxy Banned!"; };
ban user { mask *@*.resnet.ucsc.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.tvcconnect.net; reason "4Proxy Banned!"; };
ban user { mask *@*.greatlakes.net; reason "4Proxy Banned!"; };
ban user { mask *@*.qwirelessbb.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tularosa.net; reason "4Proxy Banned!"; };
ban user { mask *@*.available.eatel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.silverstar.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ctcinet.com; reason "4Proxy Banned!"; };
ban user { mask *@*.sunflower.com; reason "4Proxy Banned!"; };
ban user { mask *@*.flexcloud.seflow.it; reason "4Proxy Banned!"; };
ban user { mask *@*.traunseenet.at; reason "4Proxy Banned!"; };
ban user { mask *@*.ntelos.net; reason "4Proxy Banned!"; };
ban user { mask *@*.daltontel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tampereenpuhelin.net; reason "4Proxy Banned!"; };
ban user { mask *@*.beamspeed.net; reason "4Proxy Banned!"; };
ban user { mask *@*.earthlinkbusiness.net; reason "4Proxy Banned!"; };
ban user { mask *@*.turbonetbr.com.br; reason "4Proxy Banned!"; };
ban user { mask *@*.netatonce.net; reason "4Proxy Banned!"; };
ban user { mask *@*.cableone.net; reason "4Proxy Banned!"; };
ban user { mask *@*.graceba.net; reason "4Proxy Banned!"; };
ban user { mask *@*.monkeybrains.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dyn.iinet.net.au; reason "4Proxy Banned!"; };
ban user { mask *@*.sandnet.se; reason "4Proxy Banned!"; };
ban user { mask *@*.airmail.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mindspring.com; reason "4Proxy Banned!"; };
ban user { mask *@*.nts-online.net; reason "4Proxy Banned!"; };
ban user { mask *@*.infoave.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dnainternet.fi; reason "4Proxy Banned!"; };
ban user { mask *@*.desteknetwork.com; reason "4Proxy Banned!"; };
ban user { mask *@*.metrocast.net; reason "4Proxy Banned!"; };
ban user { mask *@*.socantel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.frpt.net; reason "4Proxy Banned!"; };
ban user { mask *@*.d-pcomm.com; reason "4Proxy Banned!"; };
ban user { mask *@*.liwest.at; reason "4Proxy Banned!"; };
ban user { mask *@*.getinternet.no; reason "4Proxy Banned!"; };
ban user { mask *@*.ghvalley.net; reason "4Proxy Banned!"; };
ban user { mask *@*.sktc.net; reason "4Proxy Banned!"; };
ban user { mask *@*.btc-bci.com; reason "4Proxy Banned!"; };
ban user { mask *@*.bdtv.se; reason "4Proxy Banned!"; };
ban user { mask *@*.abbnebraska.com; reason "4Proxy Banned!"; };
ban user { mask *@*.etczone.com; reason "4Proxy Banned!"; };
ban user { mask *@*.madisoncounty.net; reason "4Proxy Banned!"; };
ban user { mask *@*.emporia.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.intrstar.net; reason "4Proxy Banned!"; };
ban user { mask *@*.zayoenterprise.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mtelco.net; reason "4Proxy Banned!"; };
ban user { mask *@*.nationalcablenetworks.ru; reason "4Proxy Banned!"; };
ban user { mask *@*.dyn.cable.fcom.ch; reason "4Proxy Banned!"; };
ban user { mask *@*.spillwaycable.com; reason "4Proxy Banned!"; };
ban user { mask *@*.surry.net; reason "4Proxy Banned!"; };
ban user { mask *@*.beyondbb.com; reason "4Proxy Banned!"; };
ban user { mask *@*.gtmc.net; reason "4Proxy Banned!"; };
ban user { mask *@*.arkwest.com; reason "4Proxy Banned!"; };
ban user { mask *@*.guam.net; reason "4Proxy Banned!"; };
ban user { mask *@*.onlinenw.com; reason "4Proxy Banned!"; };
ban user { mask *@*.soderhamn.com; reason "4Proxy Banned!"; };
ban user { mask *@*.zntu.edu.ua; reason "4Proxy Banned!"; };
ban user { mask *@*.consolidated.net; reason "4Proxy Banned!"; };
ban user { mask *@*.as9105.net; reason "4Proxy Banned!"; };
ban user { mask *@*.click-network.com; reason "4Proxy Banned!"; };
ban user { mask *@*.bnet.at; reason "4Proxy Banned!"; };
ban user { mask *@*.dyn.tyfon.se; reason "4Proxy Banned!"; };
ban user { mask *@*.comsouth.net; reason "4Proxy Banned!"; };
ban user { mask *@*.iowatelecom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ellijay.com; reason "4Proxy Banned!"; };
ban user { mask *@*.as40244.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mebtel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.romb.net; reason "4Proxy Banned!"; };
ban user { mask *@*.comalis.net; reason "4Proxy Banned!"; };
ban user { mask *@*.nayatel.pk; reason "4Proxy Banned!"; };
ban user { mask *@*.szkti.net; reason "4Proxy Banned!"; };
ban user { mask *@*.crimea.com; reason "4Proxy Banned!"; };
ban user { mask *@*.pilsfree.net; reason "4Proxy Banned!"; };
ban user { mask *@*.arrownet.dk; reason "4Proxy Banned!"; };
ban user { mask *@*.quickshare.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kbronet.com.tw; reason "4Proxy Banned!"; };
ban user { mask *@*.muskoka.com; reason "4Proxy Banned!"; };
ban user { mask *@*.deira.cl; reason "4Proxy Banned!"; };
ban user { mask *@*.quadhost.net; reason "4Proxy Banned!"; };
ban user { mask *@*.bydgoszcz.pl; reason "4Proxy Banned!"; };
ban user { mask *@*.britistelecom.com.br; reason "4Proxy Banned!"; };
ban user { mask *@*.com.kh; reason "4Proxy Banned!"; };
ban user { mask *@*.wateen.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wtnet.de; reason "4Proxy Banned!"; };
ban user { mask *@*.glattnet.ch; reason "4Proxy Banned!"; };
ban user { mask *@*.algx.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tdcsong.se; reason "4Proxy Banned!"; };
ban user { mask *@*.btconline.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wbhsi.net; reason "4Proxy Banned!"; };
ban user { mask *@*.nortex.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ambtel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.comhem.se; reason "4Proxy Banned!"; };
ban user { mask *@*.videotron.ca; reason "4Proxy Banned!"; };
ban user { mask *@*.adams.net; reason "4Proxy Banned!"; };
ban user { mask *@*.adams.net; reason "4Proxy Banned!"; };
ban user { mask *@*.comteck.com; reason "4Proxy Banned!"; };
ban user { mask *@*.elisa-laajakaista.fi; reason "4Proxy Banned!"; };
ban user { mask *@*.telecable.es; reason "4Proxy Banned!"; };
ban user { mask *@*.q1.net; reason "4Proxy Banned!"; };
ban user { mask *@*.pcisys.net; reason "4Proxy Banned!"; };
ban user { mask *@*.kava.lt; reason "4Proxy Banned!"; };
ban user { mask *@*.com.ru; reason "4Proxy Banned!"; };
ban user { mask *@vaflya.com; reason "4Proxy Banned!"; };
ban user { mask *@*.id; reason "4Proxy Banned!"; };







ban user { mask *@*.central.biz.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.buffalo.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.nc.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.new.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.rgv.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.cinci.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kya.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.stny.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.nycap.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.se.biz.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.hawaii.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.twcny.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kc.res.rr.com; reason "4Proxy Banned!"; };
#ban user { mask *@*.nj.res.rr.com; reason "4Proxy Banned!"; };


Sephiroth 02 Nisan 2020 23:04

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Alıntı:

nikotin Nickli Üyeden Alıntı (Mesaj 1042276865)
Yedegi mailde oldugundan birazdan arayıp bulduktan sonra paylasıcam pasam.

--IRCForumlari.NET ; Flood Engellendi -->-> Yeni yazılan mesaj 19:20 -->-> Daha önceki mesaj 18:13 --

Bu gevedeki saldırı spamfilteri.
Spam a add block olarak ekleniyorlar su sekilde.
add u block - 2Hatalı_ise4_http://irc.sunucu.cok/unban_2bildirin._xNoMercy_Security_Systemx
Block olarak eklenmesenin sebebi sanırım sunucuda varolan yurt dısı hosta sahip kullanıcılar etkilenmesiyin diye olabilir ki eger öyle ise mantıklı.
Spam mesajındaki xnomercy kısmını referans alıp ona göre gline atıyorlar büyük ihtimal. Yani xnomercy sebebi ile atılan ipleri banla.

En alttaki spam kodu ise baska bir sunucuya ait ama denemedim.
İsteyen host kısımlarından alıntı yapıp yukardaki gevezenin spamına ekleme yapabilir. pasa gönlünüze kalmıs.

^(.+)!(?-i)(Sohbetci|Sohbet|mIRCPro|Mobil|Kerizim|GevezeWeb |MynetWeb|CinselWeb|MircAlem|BizimMekan|KWEB|Buyur )@.+:\1$
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpr o|Mobil|BizimMekan)@.+:(?-i)\x03..\s\x03.\s?.+
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpr o|Mobil|BizimMekan)@.+:(?-i)\x03.\s\x03..\s?.+
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpr o|Mobil|BizimMekan)@.+:(?-i)\x03..\s\x03..\s?.+
.+!(Sohbetci|Sohbet|Kerizim|Geveze|Mircalem|mIRCpr o|Mobil|BizimMekan)@.+:(?-i)\x03.\s\x03.\s?.+
.+!.+@.+:(?-i)0T.+(m|M).+
.+!.+@.+:(?-i)0[A-Za-z]{1,}\s.+\s\x03\d.+
.+!.+@.+:(?-i)\s\x03\d[A-Za-z]{1,}
.+!(?-i)[A-Z]{1}[a-z]{1,}@.+:\%Lord
.+!(?-i)[a-z]{1,}@.+:\%Lord
.+[\_|\-].+!.+@.+:[a-z]{2,}.+\S(\-|\_)\S.+
.+!.+[\_|\-].+@.+:[a-z]{2,}.+\S(\-|\_)\S.+
.+!.+@.+:.\sTürkçe.?mIRC.+\x03\d.+Mirc.+
.+!.+@.+:\x03\d\s\x03\d.+mIRC.+
.+!(?-i)Mobil@.+:(?-i)[A-Za-z]{1,10}$
.+!.+@.+:(?-i)\s[A-Za-z]+
.+!(?-i)mobil@.+:(?-i)[A-Za-z]{1,10}
^(.+)!.+@.+:\s\1$
.+!.+@.+:(?-i)0T.+Buyur.+
(?-i)^([A-Za-z]{1}[0-9]{3,}![A-Za-z]{1}[0-9]{3,}@.+:[a-z]{3,8})$
.+!(Sohbetci|Sohbet|Kerizim|Geveze|MircAlem|mIRCPr o|Mobil)@.+:(?-i)\x03\d\s.+\x03\d.+
.+!.+@.+:(?-i)\x03\d\s\x03\d\s.+
.+!.+@.+:[A-ZÖÇÞÝÜÐ]{20,}
.+!.+@.+:(?-i)\s[A-Za-z]{1,}
.+!.+@.+:0\s.+
.+!.+@7(1|3|4|5|6|9)\..+:.+
.+!.+@6(1|3|4|5|6|7|8|9)\..+:.+
.+!.+@14(0|2|3|4|5|7|8)\..+:.+
.+!.+@15(0|2|3|4|5|7|8)\..+:.+
.+!.+@16(1|2|3|4|5|6|7|8|9|0)\..+:.+
.+!.+@17(1|3|4|5|7|9|0)\..+:.+
.+!.+@18(1|2|3|4|6|7|9|0)\..+:.+
.+!.+@20(1|2|3|5|6|7|8|9|0)\..+:.+
.+!.+@21(1|4|5|6|8|9|0)\..+:.+
.+!.+@22(1|2|3|4|5)\..+:.+
.+!.+@31\.(3|5|6|7|8|9).+:.+
.+!.+@37\.(2|3|4|5|6|7|8|9).+:.+
.+!.+@(21|22|23|25|26|27|28|29|30)\..+:.+
.+!.+@(14|15|16|17|18|19|20)\..+:.+
.+!.+@.+(\.cy\.|\.veloxzon|\.kimsufi\.|\.tn.\|\.gc i\.|\.neoplex\.|\.ma\.|\.fios\.|\.wi\.|\.tx\.|\.ka belnet|tor-exit|torrout).+:.+
.+!.+@.+(\.elko|\.nv\.|\.swbell|\.asm\.|\.port\.|\ .dr01|\.dh\.|\.embarq|\.bellsout|\.owb\.|\.cinci\. |\.west\.|\.rochester|\.try\.|\.sw\.|\.hvc\.|\.umd \.|\.bstnma\.|\.midsout).+:.+
.+!.+@.+(\.res\-|\.priv\.|\.ga\.|\.ok\.|\.ks\.|\.xtra\.|\.ph\.|\.l v\.|\.pn\.|\.hawaii|\.rcsntx|\.snant|\.tpkaks|\.sw bell|\.myvzw|\.gar|\.woh|\.scrm0).+:.+
.+!.+@.+(\.nationalcablenetworks|\.vectranet|\.eat el|\.ghvalley|\.fidnet|\.clients|\.volo|\.cust|\.a mbtel|\.pool|\.cable|\.classic|\.buckeye|\.pacbell |\.itnetgro|\.dhcp\.|\.bhe\.|\.sccht|\.wcflt|\.tu\ .|\.ri\.|\.wadeash|\.dc\.|\.spcsdns).+:.+
.+!.+@(cpe\-|c\-|pppoe\-|pool\-).+:.+
.+!.+@.+\.(bltmmd|centurytel|triad|rsllil|columbus |rochester|jcsn|snantx|irvnca|pacbell|sav|embarqhs d)\..+:.+
.+!.+@.+\.(frontiernet|bellsouth|aby|almt|fuse|cmd nnj|triad|slkc|mindspring|evrt|vicceo|bltmmd|res-cmts|elp|mrqt|washdc)\..+:.+
.+!.+@.+(\.war\.|\.hinet\.|\.isadsl\.|\.no\.|\.at\ .|\.cox\.|\.hapev|\.bodicind|\.fxsa|\.agri\-|\.omhc|\.disney\.|\.rb\.|\.lax\.|\-wmx\.|\.davyinc|\.cbfymc|\.vanholte|\.corp\.|\.bla ckfo|\.tpnet|\.customers|\.mediaworksit|\.ru|\.fr| \.telefonica).+:.+
.+!.+@.+\.(nh|ga|fl|ma|ec|res|rr|t-2|wa|res|rr|wi|or|va|sc|biz|ma|dia|tu|ok|cox|ph|in |ks|ok|cox|nj|gar|ca|tx|oh|al|pk|lm|se|wv|il|mi|mc o|pa|hr|swbell|tu|maine|subnet|pacbell|slid|wi|sip )\..+:.+
.+!.+@.+(\.ph\.|\.sparkp|\.oc\.|\.fklnina|\.ptd\.| \.cpe\.|\.nw.ru\.|\.tc\.|\.om\.|\.mc\.at|\.sd\.|\. br\.|\.countsh|\.zoomin|\.shebfalls|\.br\.|\.pv\.o c).+:.+
.+!.+@.+(\.neo\.|\.wi\.|\.jax\.|\.1scom\.|\.jaxbey ondbb\.|\.clt\.|\.socal\.|\.lr\.|\.mia\.|\.east\.| \.lsanca|\.midco|\.ct\.|\.qwest\.|\.verizon|\.tor\-|\.tl\.|\.kc\.|\.fv\.|\.blr\.|\.elfse|\.il\.|\.ga. \|\.mo\.|\.mi\.).+:.+
.+!.+@.+\.(jax|hckr|triad|ptr|desm|dur-co|az|in|asm|oxfr|bflony|dab|sewingtechuniform|vis uallink|insightbb)\..+:.+
.+!.+@.+\.(pn|lsanca|bstnma|msy|albyny|nwnn|prvdri |carolina|tampfl|iowatelecom|centurytel|dllstx|spf dma|slsbmd|washdc|btr|eucl|mia|elp|cinci|milwwi|as m|snfc21|austtx|pitbpa|logixcom|woh|lv|se|rdwd|mil wwi)\..+:.+
.+!.+@.+\.(embarqhsd|kc|ovh|emirates|avestadns|mch si|cpgr|grgrid|user|il|mart-ubr1|tn|gvt|dav|nsw|amazonaws|bltmmd|clppva|fios|e ast|tampfl|rochester|midsouth|suddenlink|sip|jan|n wtn|sangtx)\..+:.+
.+!.+@.+\.(midco|va|neo|nj|wia|online|insightbb|re vip2|server4you|upc|br1|wv|jazztel|columbus)\..+:. +
.+!.+@.+\.(sip|ks|cox|msy|bellsouth|ftwo|tx|charte r|dc|mi|mcgsi|pa|fl|sc|nm|home|bresnan|htm-mt|san|neo|ga|md|col|nwnn|hawaiiantel|sagonet|hz13 |ptd|qwest)\..+:.+
.+!.+@.+\.(ca|jan|cpe|phlapa|tampfl|or|tn|comcastb usiness|snlo|ph|tc|bhm|sgnw|mywzw|nrflva|combus|ga |wavecable|rocherter|ri|socal|om)\..+:.+
.+!.+@.+\.(asianet|stcable|itscom|md|zooloto|veriz on|ntbr|res|new|claro|ftwo|tx|charter|la|slid|rr|v a|hsdi|nj|fios|wa|tn|or|hfc)\..+:.+
.+!.+@.+(charter|speeduol|\.rcn|bbtec|attbi|\.giga |\.shub|\.mindspring|\.marketscore|\.or|\.co|\.ct| \.ac|\.res|\.jjs|\.los|\.cm|skulker|virtua)\..+:.+
.+!.+@.+(tufts|netspace|auna|\.pa|\.cablep|bezeqin t|\.rev|hkcable|\.noos|\.cantv|\.genericrev|blueyo nder|exatt|\.mar|ctinets|rima-tde|pacbell|\.nehp|sbcox|\.hinet|\.vtr|\.vvm|\.nf| \.olp|\.ssp|algx|wavecable|\.cox)\..+:.+
.+!.+@.+(kolibri|netvigator|mpowercom|velocitus|ch eznoo|ameritech|\.ded|mchsi|\.ono|netvision|\.iway |btopenworld|\.sil|exatt|brdterra|megalis|inode|sd sl-line|\.sch|\.revip|medford)\..+:.+
.+!.+@.+(charterga|libre|retevision|teletech|fh-flensburg|dipool|highway|huji|hosts|host|cablelink |a2000)\..+:.+
^(.+!.+@(ool|c|cpe|pppoe|pool)\-.+:.+)$
^(.+!.+@.+\.(edu|sk|ee|dk|proxy|lt|no|adsl|cn|hr|m d|jp|sa|es|rs|ma|rr|me|cm|vn|id|al|ie|hu|jo|li|ec| jo|ir|am|ar|co):.+)$
^(.+!.+@.+\.(calyx|movilmax|siteprotect|mtnbusines s|blume\-cs|btcentralplus|beckerlawlpa|sacramentofirefighte rs|amerinoc|chryslerworld|infoave|seed\.net|ccu\.e du)\..+:.+)$
.+!.+@.+(west.biz.rr|comcastbusiness|angcmtk01|mid south|atw|uddenlink|enturylink|war|vnet-inc)\..+:.+
^(.+!.+@.+\.(edu|sk|ee|proxy|lt|no|adsl|cn|hr|md|j p|sa|es|rs|ma|rr|me|cm|vn|id|al|ie|hu|jo|li|ec|jo| ir|am|ar|co):.+)$
.+!.+@.+(amazonaws|commercial|psln|cgocable|surfer |-co|bresnan|aloha|thomaspipe|metalcraft|pilsfree|vm |co)\..+:.+
.+!.+@.+:[[:space:]][a-z]{1,}
^(.+!.+@.+\.(edu|sk|ee|dk|proxy|lt|no|cn|hr|md|jp| sa|es|rs|ma|rr|me|cm|vn|id|al|ie|hu|jo|li|ec|jo|ir |am|ar|co)\..+:.+)$
.+!.+@.+(cable|speeduol|haywards|pooles|customer|u ia|uat|yubc|eunet|vie|surfer|charterga|bizet|pppoo ol|djm)\..+:.+
.+!.+@.+\.(poda|customer|ovh|theatrium|catt|hag|hf c|stny|dia|mchsi|snlo|md|ia|al|hr|ut|in|de|az|nv|g a|or|reno|austin|res|cpe|owb|nm|shawcable)\..+:.+
^(.+!.+@.+\.(cablevision|qc|breezein|telebecintern et|murphx|wkybb|yucca|valleycabinetinc|telstraclea r|netvigator|ilhawaii|btopenworld|forthnet|bellafr ica|qc|totalbb|swisscomdata|accesscomm|lyse)\..+:. +)$
.+!.+@(111|119|115|117|120|34|35|36|38|150|50|152| 156|161|52|53|54|76|102|104|124|186|187|218|177|22 2|167|184|171|174|121|180|133|134|135)\..+:.+
.+!.+@(203|208|216|223|219|220|59|58|41|61|60|65|7 0|197|108|116|207|200|112|55|57|42|43|105|106|107| 170|118|113|201|44|45|47|191|199|131|132|98)\..+:. +
.+!.+@(114|103|101|183|175|123|146|110|164|122|181 |182|75|51|49|32|33|39|21|26|29|125|128|143|145|14 7|148|165|153|154|155|206|118|137|139|96|97)\..+:. +
.+!.+@.+(interaktif|t-dialin|ipt|aol|ce4|athos|planetinternet|bigatekeep er|bi-corp|abeinc|tp1rc|proxy|-tor|iisc|w3-gate.|dartagnan|sbs|ccraq1|islc|\.mine|\.hs|\.aku) \..+:.+

--IRCForumlari.NET ; Flood Engellendi -->-> Yeni yazılan mesaj 19:21 -->-> Daha önceki mesaj 19:20 --

/* Spam Filter Proxy Banned */

spamfilter { regex ".+!.+@1.(20|24|34|48|69|93|179|181|189|192|194|20 6|234)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@1.9.(143|167)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@2.(93|95|99|126|176|179|183|184|188|206|217 |220)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@4.(26|30|31|36|59)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@5.(2|8|28|39|51|56|57|61|63|68|78|79|101|10 4|105|134|135|139|141|153|154|159|160|172|189|190| 198|200|202|206|220|223|230|232|249|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 5.46 */
spamfilter { regex ".+!.+@5.196.(28|50|58|94|199)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@5.25.(137|141|149|161)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@8.(2|4|17|19|21|24|25|26|27|28|29|30|35|38| 40|41|43|138)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@8.37.(196)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@12.(0|2|4|6|8|9|29|35|36|44|51|54|69|71|111 |131|133|139|145|154|160|180|186|188|203|205|218|2 34|249)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@13.(36|68|82|85|89|91|92)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@14.(17|20|29|34|36|38|53|63|74|102|105|106| 110|114|119|120|123|139|140|141|146|153|154|159|19 2|207|211|214|218|219|221)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@23.(28|48|88|91|92|94|95|97|101|226|235|236 |248|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@24.(13|24|35|42|48|49|50|51|52|53|54|72|75| 89|94|96|100|105|112|115|121|142|143|145|153|159|1 66|192|196|198|201|212|214|217|219|223|224|225|228 |230|231|237|238|240|245|246)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@27.(10|11|13|15|22|25|34|38|44|46|54|106|10 9|111|116|121|122|123|124|130|131|147|188|191|194| 196|202|204|205|206|208|211|212|214|216|217|218|22 2|225|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@31.(3|13|14|25|28|29|31|41|43|44|47|131|146 |148|150|162|169|173|185|186|202|208|220|211|221)\ ..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 31.145 - 31.210 - 31.200 - 31.209 */
spamfilter { regex ".+!.+@36.(26|36|37|66|67|68|69|70|71|72|73|74|75| 76|77|78|79|80|81|82|83|84|85|105|110)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@37.(0|20|28|29|35|48|53|55|57|59|61|77|131| 139|157|187|191|201|220|229|233|235|236)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 37.32 - 37.155 - 37.154 */
spamfilter { regex ".+!.+@38.(29|65|67|69|72|83|93|100|103|120|123|12 4|130|132|133)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@39.(1|46|50|64|66|67|69|80|81|82|84|88|89|1 50|171)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@40.(112|114|118|122|140)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@41.(21|32|33|34|35|37|41|42|44|45|46|47|57| 63|67|69|73|72|74|75|76|77|78|79|86|87|89|92|93|94 |129|130|134|135|138|139|159|160|161|171|178|186|1 88|191|196|202|203|204|205|206|207|208|210|211|216 |217|218|220|221|222|223|226|230|231|232|234|237|2 38|242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 41.215 */
spamfilter { regex ".+!.+@41.75.(111)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@42.(5|51|52|56|57|61|84|96|104|112|120|121| 122|159|177|201|202|218|239|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@43.(223|224|225|226|228|229|230|231|240|243 |245|246|247|250|251|252|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@45.(32|41|55|63|64|74|76|78|116|114|115|117 |118|120|123|124|125|127|246|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@45.62.(242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 45.33 - 45.43 - 45.62 */
spamfilter { regex ".+!.+@46.(4|8|9|10|16|17|19|21|28|29|31|32|35|36| 38|39|46|48|50|55|58|59|72|98|100|108|118|127|148| 149|151|163|164|165|166|167|172|173|174|181|182|18 3|209|219|225|229|231|235|238|243|246|249|253)\..+ :.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@46.101.(9|169|183|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@46.105.(46)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 46.99 - 46.154 - 46.252 */
spamfilter { regex ".+!.+@47.(16|88|89|90|91|150|197|202|208)\..+:.+" ; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@49.(0|40|64|73|87|116|128|140|206|212|213|2 28|231|236)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@50.(3|7|8|15|30|40|42|45|46|51|59|76|86|105 |108|109|115|126|232|233|240|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@51.(15|36|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@52.(119|129)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@54.(232)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@58.(6|17|20|21|27|28|38|42|46|50|52|54|59|6 1|62|68|84|96|99|134|147|154|185|210|212|216|229|2 40|243|244|248|250|251|252|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@59.(12|13|18|22|26|34|37|39|40|41|42|45|46| 47|49|51|58|62|110|152|172)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@6(1|3|4)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@60.(2|11|13|19|21|23|24|28|31|52|164|167|16 8|169|170|174|182|185|190|205|214|216|217|219|220| 221|235|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@62.(24|46|63|65|77|80|84|96|102|117|119|122 |133|140|141|148|152|161|165|168|173|175|189|195|2 09|210|220|240|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@62.201.(219|238)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@64.(39|130|185)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@65.(19|28|31|39|49|50|73|74|79|87|97|118|12 7|152|181|182|207|214|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@66.(7|11|23|43|45|50|51|58|60|68|76|79|84|9 6|97|103|115|118|119|135|153|158|172|178|182|184|1 85|186|188|191|199|205|207|209|211|215|216|219|220 |226|228|232|234|235|239|249|252|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 66.87 */
spamfilter { regex ".+!.+@67.(10|14|22|50|58|59|63|79|158|159|184|194 |197|198|199|204|205|208|210|211|213|214|216|217|2 18|219|220|221|222|224|230|231|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@68.(16|64|66|67|71|112|113|144|166|170|171| 180|187|169|234|235)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@69.(1|6|9|12|18|24|27|30|36|39|43|49|55|57| 58|59|71|73|84|112|118|136|160|161|165|166|168|169 |178|196)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@70.(15|28|35|97|103|166|167|169)\..+:.+ "; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@7(1|3|4|5)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@71.(67|93)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@72.(2|8|12|13|14|19|20|28|35|44|46|49|51|52 |55|130|143|169|173|175|187|191|234|252|253)\..+:. +"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@74.(64|78|89|102|113|118|127|194|195|208|21 1)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@75.(11|103|111|126|128|130|134|141|176|184) \..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@76.(8|9|10|11|72|73|77|93|115|164|169|233)\ ..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@77.(35|46|50|66|73|79|81|87|104|107|109|110 |120|122|179|232|235|238|241|246|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@77.243.(125)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 77.119 - 77.242 - 77.244 */
spamfilter { regex ".+!.+@78.(8|22|25|27|28|31|38|39|48|63|67|81|90|1 04|107|111|130|132|135|153|154|193)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@78.160.(160)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@79.(67|71|76|98|101|104|106|116|124|126|127 |140|143|172|174|175)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@80.(12|31|48|64|67|70|73|74|78|81|82|84|87| 88|91|92|93|101|113|122|123|133|147|179|188|191|21 6|218|219|237|240|244|248|250|251|253|254|255)\..+ :.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@80.240.(96)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@81.(13|15|18|21|25|28|92|134|153|163|170|18 1|189|191|196|198|199|219)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 81.214 - 81.215 */
spamfilter { regex ".+!.+@82.(4|25|27|66|78|94|98|99|102|103|112|115| 117|118|145|146|151|165|192|193|195|197|200|201|20 4|206|209|211|214)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 82.114 - 82.151 - 82.222 */
spamfilter { regex ".+!.+@83.(68|69|71|136|137|139|141|143|152|167|16 9|174|209|218|221|223|230|233|234|238|239)\..+:.+" ; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@84.(1|13|17|22|38|42|46|53|102|201|206|216| 217|219|236|238|242|243|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 84.51 - 84.241 */
spamfilter { regex ".+!.+@85.(7|9|10|13|15|23|25|27|29|30|31|68|84|90 |93|95|113|114|133|143|157|159|172|173|174|184|185 |187|192|195|199|207|217|232|246|248|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 85.99 - 85.132 */
spamfilter { regex ".+!.+@86.(2|18|26|34|57|102|104|105|106|120|126|1 42|156|188|201)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@87.(76|92|97|98|100|103|117|118|120|141|166 |179|186|229|236|239|248|249|251|252|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@88.(87|95|106|129|131|132|133|146|150|156|1 92|199|204|210|211)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 88.147 - 88.228 */
spamfilter { regex ".+!.+@88.150.(168)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@88.252.(244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@89.(3|16|21|25|26|28|31|32|34|35|36|38|40|4 1|46|101|104|105|107|108|133|136|140|143|144|145|1 50|160|165|175|185|186|187|188|207|218|219|221|222 |231|233|235|236|238|248|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@90.(15|154|186|188|194|199|215|216|219|255) \..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@91.(59|73|82|83|84|89|98|99|103|106|107|108 |109|114|121|136|137|138|139|142|143|145|185|187|1 88|189|190|194|195|196|197|198|202|203|204|205|210 |213|214|217|219|221|222|223|224|227|228|231|232|2 33|234|236|237|238|239|241|242|243|245|247|250)\.. +:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 91.93 */
spamfilter { regex ".+!.+@91.144.(170)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@92.(13|27|38|39|42|46|48|50|51|62|63|82|87| 107|109|126|222|236|242|244|245|246|247|254|255)\. .+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 92.45 */
spamfilter { regex ".+!.+@93.(31|79|85|90|99|115|118|123|125|149|158| 159|170|171|174|177|189)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 93.183 */
spamfilter { regex ".+!.+@94.(8|19|20|22|23|25|31|41|42|46|47|56|72|7 3|74|100|101|102|103|125|127|135|136|140|141|153|1 54|155|177|180|181|183|190|198|200|203|228|229|230 |231|241|242|244|245|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@94.20.(21)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@95.(29|33|46|47|56|58|67|71|78|79|80|84|85| 86|90|97|104|109|110|128|130|131|133|141|143|154|1 57|158|161|167|168|170|181|187|188|211|215)\..+:.+ "; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 95.0 */
spamfilter { regex ".+!.+@95.78.(251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@95.9.(154)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 95.13 */
spamfilter { regex ".+!.+@95.10.(44)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@9(6|7|8|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@97.(86|87)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@98.(28|101|109)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@99.(21)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@100.(38|42)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@101.(0|4|18|23|36|81|96|98|99|100|109||128| 200|201|203|204|205|209|231|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 101.127 */
spamfilter { regex ".+!.+@103.(1|3|4|7|8|9|10|12|13|14|15|16|17|18|19 |21|23|24|25|26|27|28|29|30|31|35|36|38|39|40|41|4 3|44|47|48|49|50|51|52|53|54|55|56|58|59|60|61|63| 66|68|71|152|192|193|194|195|196|197|204|205|206|2 07|208|212|214|224|226|227|228|229|230|231|232|233 |234|235|237|239|240|242|243|245|246|248|249|250|2 51|252|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 103.10 */
spamfilter { regex ".+!.+@104.(15|36|37|40|46|129|131|137|140|143|145 |152|156|160|171|192|193|200|207|216|218|223|237|2 14|215|216|219|220|232|233|235|236|238|241|243|244 |250|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 104.238 */
spamfilter { regex ".+!.+@105.(27|112|174|186|227)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@106.(0|2|3|14|37|46|75|81|85|89|187|240|247 |248|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@107.(7|9|10|91|141|150|155|161|170|171|181| 182|190|191|201|204)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 107.178 */
spamfilter { regex ".+!.+@108.(47|59|60|61|88|160|170|174|190|191|205 )\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@109.(62|68|69|72|74|86|87|92|104|105|106|10 8|111|122|124|167|169|172|194|195|196|197|200|201| 202|205|207|224|225|230|233|235|236|237|241|248|25 1|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 109.36 */
spamfilter { regex ".+!.+@110.(5|34|35|37|50|74|77|78|83|102|136|137| 138|139|164|172|173|180|182|206|229|232|235|244|24 5|247|249|250|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@11(1|2|3|4|6)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@113.(105)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@114.(112)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@115.(12|21|28|29|45|51|56|70|78|85|88|108|1 11|112|113|117|124|127|156|159|201|203|208|209|211 |212|213|214|219|221|230|238|239|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@117.(21|27|52|53|58|60|65|74|76|78|86|90|92 |94|102|103|131|140|158|170|173|176|177|200|211|21 8|232|239|240|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@118.(26|67|69|70|76|80|81|89|91|96|97|98|99 |112|114|119|140|150|151|172|173|174|175|178|179|1 82|184|186|189|193|200|244|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@119.(1|7|9|10|11|18|28|29|32|39|40|42|55|80 |82|85|86|94|109|110|114|116|117|125|128|129|131|1 32|134|135|136|141|144|148|152|159|162|165|166|176 |177|180|186|188|191|194|235|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@120.(0|2|3|15|24|25|27|28|29|34|50|55|63|77 |92|132|138|192|194|197|198|199|205|213|219|234|23 7)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@12(1|3|6|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@121.(73)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@122.(2|6|7|10|15|52|53|54|91|102|114|128|12 9|152|154|155|159|160|200|224|225|227|230|237|238| 248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@124.(12|16|29|81|93|105|118|158|160|163|164 |193|197|207|234|235|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@125.(18|19|25|31|37|39|40|46|62|72|76|84|85 |94|99|106|107|109|116|118|120|123|124|126|131|137 |141|143|160|161|162|163|164|166|167|208|209|212|2 15|253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@128.(0|153|199)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@13(1|2|3|4|5|6)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@130.(0|185|193|245)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@131.(161|191)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@132.(255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@137.(74|116|117|118|119|135)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@138.(0|36|58|59|75|94|97|99|116|117|118|121 |122|186|197|204|219|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 138.68 */
spamfilter { regex ".+!.+@139.(0|59|99|129|130|192|193|194|196|199|20 1|224|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@140.(0|207|250|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@141.(105|170|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@141.196.(74)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 141.196.50 - 141.196.111 */
spamfilter { regex ".+!.+@141.196.(0|24|83|84|85|101|118|119|130|145| 162|167)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@142.(0|4|54)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@143.(0|202|208|248|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@144.(48|52|139|148|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@145.(255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@146.(0|88|52|120|158|185|247)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@147.(75)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@148.(74|103|169|245|251|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@149.(13|56|84|154|210|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 149.0 */
spamfilter { regex ".+!.+@150.(101|107|161|185)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@151.(1|58|80|100|177|236|237|241|249|253)\. .+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 151.250 - 151.252 */
spamfilter { regex ".+!.+@152.(26|160|168|204|231)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@153.(0|92|126)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(0|5|16|64|65|66|68|72|73|118|119|127)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].70.(99)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@155.(4|94)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@156.(211|213)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@157.(52)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@158.(36|46|58|69|130|181|222|255)\..+:. +"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(92|148|192|203|213|224|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@160.(7|202)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@161.(132)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@162.(72|104|105|144|208|209|210|211|212|213 |214|216|217|218|219|220|221|222|223|242|243|244|2 45|246|247|248|249|250|251|252|253|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@163.(23|47|53|121|125|172|177)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@163.172.(169)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@164.(58|132|160|177)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@165.(139|166)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@166.(62|70|111|230)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@167.(88|114|142|160|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@168.(61|90|96|121|167|205|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@168.235.(64)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@169.(57|239|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@17(1|3|5|7|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 172.2 */
spamfilter { regex ".+!.+@170.(0|72|75|78|210|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@172.(81|87|97|110|242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@172.98.(67|162|170|172|178|244)\..+:.+" ; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@173.(10|17|26|196|215|225|240)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@174.(1|34|44|71|127|140|141)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.(10|12|15|31|37|53|56|57|74|94|97|101|1 02|103|104|106|107|109|111|114|115|119|123|126|192 |193|221|226|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 176.0 - 176.7 - 176.42 - 176.194 */
spamfilter { regex ".+!.+@176.6.(16|19|20|122|123|127|128)\..+:.+ "; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.103.(4|7|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.106.(121|122|145)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.239.(140)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@176.237.(1|3|40|51|58|65|77|85|99|109|115|1 26)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@177.(10|11|21|22|36|56|70|73|75|86|87|91|12 4|125|128|129|131|152|140|221|229)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@178.(0|11|17|18|20|23|32|33|34|50|54|57|60| 62|74|75|76|119|132|135|150|151|155|157|158|168|17 4|206|209|210|213|214|215|217|218|219|237|252|253| 254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 178.165 - 178.197 */
spamfilter { regex ".+!.+@179.(106|119|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@180.(87|96|97|119|140|148|149|151|166|169|1 75|176|178|180|183|211|214|232|234|241|242|243|244 |245|246|247|248|250|251|253|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@18(1|2|3|6|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 187 */
spamfilter { regex ".+!.+@182.(52|114)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@183.(18|89|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@184.(0|21|23|55|59|94|101|106|171)\..+: .+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@185.(3|4|5|6|7|8|10|13|14|15|19|21|22|24|25 |26|28|29|31|32|35|36|39|40|44|46|47|53|55|58|60|6 1|63|65|66|72|73|75|76|80|81|83|84|87|90|95|98|100 |101|103|104|112|113|118|119|120|125|126|128|130|1 33|138|153|157|164|167|177)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@185.122.(56|57)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 185.69 - 185.85 - 185.86 185.59 */
spamfilter { regex ".+!.+@186.(1|64|103|121|167|194|216|219|249)\..+: .+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@187.(1|2|3|4|7|8|12|16|17|19|20|21|22|23|32 |33|35|36|37|38|39|41|44|45|49|54|59|60|62|63|64|6 5|66|67|69|73|75|78|79|84|85|87|89|94|95|103|104|1 05|106|107|108|109|110|112|114|115|120|121|122|123 |153|157|160|161|163|180|181|182|183|188|189|190|2 10|213|216|237|241|245|252|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.(0|20|22|25|27|34|42|65|75|92|93|106|11 2|117|120|121|128|130|136|138|165|166|168|170|190| 213|214|225|231|241|243|244|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.120.(175)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.38.(105)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.56.(18|24|40|45|48|51|55|60|75|79|93|95 |96|105|107|108|191|192|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@188.136.(149)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@189.(45|50|89|90|127|203|218|219)\..+:. +"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@190.(0|3|6|7|8|9|11|12|29|36|37|38|39|40|41 |42|63|68|72|73|74|75|77|78|83|85|95|104|106|107|1 08|109|110|111|114|117|119|120|121|122|128|129|131 |141|142|146|151|152|153|176|180|181|183|184|186|1 89|190|191|192|193|196|199|200|201|202|204|207|211 |213|214|215|216|228|230|232|233|234|235|236|237|2 38|239|242|248|249|252|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@191.(5|7|17|32|33|37|55|96|97|98|101|102|13 6|145|176|177|178|179|180|181|182|184|185|187|188| 189|190|191|198|222|240|241|242|243|250|255)\..+:. +"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@192.(30|34|36|40|42|64|69|71|73|87|92|95|96 |99|104|110|119|122|128|129|132|145|151|153|157|16 0|161|171|173|175|182|183|210|227|228|230|232|241| 253)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@192.3.(61|226)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@193.(13|33|34|84|86|90|93|105|106|107|109|1 11|124|142|150|151|160|169|170|179|189|194|201|203 |226|227|238|242)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@194.(12|28|44|67|87|88|90|104|146|150|154|1 83|186|187|190|203|206|225|242|243|247|250)\..+:.+ "; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(9|13|16|24|29|32|40|46|62|81|88|91|93|94|98|110| 123|128|136|146|154|158|169|177|178|182|184|189|19 6|205|206|209|218|225|228|229|230|239|242|246)\..+ :.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].244.(36)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@196.(1|11|21|31|32|34|41|44|200|202|205|207 |210|212|218|219|220)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@197.(32|33|36|40|41|44|45|81|86|89|97|149|1 60|162|205|210|211|214|215|218|220|231|234|237|242 |243|245|248|251|253|254|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@198.(11|12|23|38|41|46|50|74|100|134|186|19 9|203|206|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@198.144.(52)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(15|16|19|27|46|47|48|58|59|68|73|83|87|96|101|11 5|116|119|127|167|168|175|180|187|189|192|195|199| 201|229|230|231|241|250|254)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 199.255 * 198.144 */
spamfilter { regex ".+!.+@200.(0|1|5|6|7|8|10|17|24|25|27|29|33|35|37 |43|52|54|55|58|61|63|66|68|70|76|80|81|82|84|85|8 7|90|93|105|106|109|112|113|115|116|123|127|142|14 5|150|156|167|168|172|175|192|195|199|201|205|216| 222|223|225|229|232|239|240|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@201.(6|16|20|21|33|38|46|47|48|49|51|52|53| 55|57|63|67|71|74|75|77|80|81|82|83|86|87|100|111| 113|116|132|146|149|151|159|164|165|166|172|174|17 5|183|209|210|211|216|222|230|234|238|240|242|248| 249|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@202.(4|5|6|21|29|31|38|43|44|46|47|51|52|57 |58|59|62|68|69|70|72|74|77|78|79|80|83|84|92|93|9 4|95|96|99|103|104|105|111|112|114|118|120|125|126 |129|131|133|136|137|138|141|142|146|147|148|150|1 52|153|154|155|157|158|159|160|162|164|166|168|169 |170|171|173|179|182|183|198|201|203|207)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@203.(71|73|76|77|81|83|87|88|90|106|112|114 |124|128|129|130|142|153|156|160|161|173|174|176|1 89|188|190|193|195|201|202|205|215|217)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@204.(0|10|12|16|28|42|44|48|74|80|98|111|11 6|141|152|153|195|232|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 204.93 */
spamfilter { regex ".+!.+@205.(134|157|185|196|204|207|227|234|243|24 7)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@206.(10|72|74|81|83|109|114|123|124|125|130 |152|162|180|192|214|217|223|225|230|253|255)\..+: .+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@207.(5|14|30|32|46|50|55|62|98|141|144|179| 190|226|235|237|239|244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@208.(12|29|52|58|66|67|68|69|72|73|74|75|79 |80|82|83|85|86|87|88|89|91|92|93|94|95|99|101|103 |104|107|111|114|117|118|123|126)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@209.(9|17|23|33|40|55|58|59|64|66|74|124|12 6|131|141|148|150|151|159|182|194|203|210|217|222| 225|236|237|243|249|252)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@210.(4|14|21|47|51|57|79|86|87|100|101|103| 108|129|140|154|195|204|211|212|236|245)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@21(1|4|5|9)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@212.(1|7|8|12|21|26|28|33|37|42|46|47|49|57 |58|59|65|69|72|83|90|91|97|100|119|126|128|129|14 4|162|200|227|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 212.50 - 212.57 - 212.98 */
spamfilter { regex ".+!.+@212.156.(214)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 212.174 */
spamfilter { regex ".+!.+@213.(5|6|33|39|57|61|79|80|81|92|96|111|131 |136|141|144|147|157|158|169|171|177|178|180|182|1 83|185|191|198|200|202|205|215|217|221|231|234|235 |238|241|247|251)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* 213.74 */
spamfilter { regex ".+!.+@213.74.(244)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@213.43.(0|1|4|5|6|8|9|12|13|15|16|17|18|19| 22|30|35|42|49|50|51|54|55|57|58|59|60|83|108|111| 116|119|120|121|124|131|133|139|134|135|144|145|15 0|153|155|159|240|241|242|243)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].(9|16|17|19|26|27|40|47|50|51|53|74|98|107|113|11 4|115|117|126|130|134|145|147|158|163|167|169|172| 175|176|182|186|195|213|215|218|224|226|228|229|23 4|238|239|240|241|243|250|251|252|254|255)\..+:.+" ; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].172.(114)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...].189.(149|150|154|159|241)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@217.(7|12|15|17|23|24|25|29|61|64|66|71|75| 76|78|83|106|112|119|144|146|147|150|169|170|172|1 73|175|197|210|219)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@218.(2|6|8|15|17|20|22|24|27|28|29|48|56|58 |59|61|69|72|75|82|85|87|89|90|92|93|106|109|201|2 02|232|241|248)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@220.(88|89|140|149|163|166|172|179|198|225| 247|249|250)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@221.(1|5|6|7|10|11|132|141|163|176|182|191| 192|193|195|204|205|210|213|214|226|228|229|233|23 7|238)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@222.(41|49|52|66|79|81|87|88|93|99|124|134| 141|160|161|165|169|172|173|175|177|182|185|187|18 8|198|216|217|222|255)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@223.(25|26|27|68|72|79|80|81|88|89|93|95|96 |97|98|119|153|164|165|196|197|198|202|204|205|223 |240|245)\..+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(ip3|ip3|ip-9|\.tn|\.2com\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(aamranetworks|acelerate|aceougi|ac-net|adonisindex|\.ae\.net\.|afrihost|adamswells|ad isoftronics|ameritech|anvianet|airadvantage|aitlbd |airospace|ajlb|agyonet|amaonline|armbrust|alfenas |alltele|amazonaws|andorpac|arkaden|arbuzik|\.asia net\.|as43234|as327870|aussiebb|avangarddsl|astoun d).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(bahnhof|bc\.googleusercontent|bloomingda lecom|biznes-host|bcsatellite|bend|broadband|\.bezeqint\.|beld| brasshorncomms|bresnan|bestel|\.bit\.|bsnl|broadst ripe|brxtelecom|buckeyecom|bulsattv).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(Cablevision|cust\.prq|CableLink|claro|ca blelynx|\.cdi\.|cetecomusa|cmpvpn|coradis|cotexonl ine|cantv|cotelcam|ccrtc|cec-ntic|ctinets|\.cbn\.|\.cnode\.|cccinternet|cgocabl e|city10|chibardun|\.cm.vtr\.|clicktelecom|clicfac ilitb|\.cox\.|comfibra|comstar|comporium|consoftmg |corbina|cloudbunny|comcastbusiness|conceitosinfor matica|critical|crork|comnet|columbus|cyberplus|cu stomerip|\.cyta\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(dansknet|datazug|desktop|dfri|debryansk| dedicatedpanel|derytele|direcpath|digicube|dns-configured|dotserv|dourneau\.|donhost|\.dpe\.|drea mhostps|\.dts.mg|dslextreme).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(eastlink|egrnet|egyptian|emitel|\.enn\.| \.eunet\.|everestkc|ezecom|espoltel|\.etc\.).+:.+" ; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(farlep|fastwebnet|fib\.nerim|fidnet|fmtc s|franweb|fiber\.net\.id|frontiernet|forpsi|fuse). +:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(gatewayinsurance|geonet|gbatelecom|genes eo|geusnet|\.gft\.|ghnet|gigamonster|grandenetwork s|globotechtecnologia|gondtc|\.gvt\.|gtdinternet|4 grc).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(hbcomm|hzl|hdispo|hiradas|\.hsd1\.|himax |hinet|hkcable|home\.otenet|htva|hypervm).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(junet|jth).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(iboss|icewarm|imicro|irenala|idfnv|imsbi z|inaddr|intelvision|infobarranx|infobarranet|info techgo|intersurf|inovainternet|\.irtc\.|internet58 .\|intrstar|internetia|ipnxtelecoms|iusacell|isimp les).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(kabsi|\.kapustik\.|kamensktel|kaputte|ka rtofelzik|khendns|koping|ken-tennwireless|\.kiev\.|\.kimsufi\.|knology|klfree|k li|krucznet|ksc2mo|kudus-school).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(laquadrature|la\.net|lcom|litoraltibau|l ightnet|linode|linharesonline|longriver|lumos|lyne t).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(maine|mahronis|metronetinc|mediacommerce |McGill|mcsnet|mfocus|myfairpoint|mediaworksit|men srea|metrosg|metrocom|midsouth|micropic|miranda-media|mhcable|mldns|modulonet|\.moscow\.|montanavi sion|moldtelecom|mrse|mta|mtnbusiness|mwmail|mudla ke|multisec|\.mchsi\.|myihor|mweb).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(nctc|nctv|naclick|netnitco|neurcent|netl ife|neunet|neoretro|netikka|netlinebr|netlinkrvd|n etins|nicolasturlais|nicknode|netbynet|netcon|nets ystem|netmaismg|netwtelecom|nktelco|nmte|nrtteleco m|norwoodlight|\.ntnu\.|\.nyc\.).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(oignon|onlinehome-server|oneytelecom|onenet|onecommunications|ovh|op encloud|outcenter|openadam|orbitel|ownit).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(perspektivbredband|\.pl|pavlovmedia|punt onet|planmarket|prontonet|pccwglobal|\.pck\.|\.pit bpa\.|pie-coop|pool\.telekom|protectednetgroup|ptr4|poltava| powertelecom|pppoe|prod-infinitum|provedorsuperconnect).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(radiopark|raimax|rcwmoab|redstation|\.rn i\.|reverse-mundo-r|\.reno\.|rallstech|\.rcmdva\.|readyserver|redeli nkcariri|redelinkcariri|regruhosting|\redelinkcari ri|riksnet|rftonline|rmr-reisen|rodary|ronus).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(sadecehosting|safaricombusiness|safelink |satelephone|sanbrunocable|satfilm|sock|skanova|sc net|smartspb|seed\.net|secureserver|\.server4you\. |\.sakura\.|scrtc|\.sepanta\.|singnet|sh3llbox|six hop|sikkastar|sitek|siqueiralink|shentel|skybest|s kylogicnet|smartcity|sgmedical|skybeam|spirosandre ou|socswireless|sourcil\.|spectrumnet|spydar007|sp eednetpa|stratoserver|starweb|static-delhi-vsnl|stanton|stetnet|suddenlink|supply|stwserver|s uite224|surewest|subnet|sv-en).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(teksavvy|telus|tecnoadsl|telapex|tedata| teknikbyran|telecomitalia|terrarica|teleportsv|tel esp|telstraclear|telstra|tis-dialog|tomsk|tomhek|tonetic|trincoll|tricor|tpnet| triolan|twspeed|totbb).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(unwiredbb|ubr1|ukrtel|universal|unesp).+ :.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(valenet|veloxzone|velton|veracitynetwork s|virginmediabusiness|vivintwireless|viacast|viano rte|visualnet|voxility|vspinternet|vultr|vsm|-vsnl).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(wavecable|wayne-enterprises|washdc|webspeed|webair|wiline|wispnet| wideopenwest|wi-power|wichitaonline|windstream|waste4energy|wheats tate|wln|\.vps\.|wrnettelecom).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
spamfilter { regex ".+!.+@.+(younet).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };
/* your-server */
spamfilter { regex ".+!.+@.+(zaptelecom|zap10|zencurity|zitomedia|zst tk).+:.+"; target { user; }; reason "4Proxy Banned!"; action gzline; };

/* Muaf Ip Adresleri */

except ban { mask *@180.180.13.59; };
except ban { mask *@66.175.218.27; };

except tkl { mask *@180.180.13.59; type { gline; gzline; qline; gqline; shun; }; };
except tkl { mask *@66.175.218.27; type { gline; gzline; qline; gqline; shun; }; };


/* Sabit Proxy IP Adresleri */

/* Bambam */
ban user { mask *@176.238.*; reason "4Banned!"; };
/* Bambam */
ban user { mask *@*tor*.*; reason "4Proxy Banned!"; };
#ban user { mask *@104.168.*; reason "4Proxy Banned!"; };
#ban user { mask *@151.236.*; reason "4Proxy Banned!"; };
ban user { mask *@*.InterCable.net; reason "4Proxy Banned!"; };
ban user { mask *@*.geusnet.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ohost.biz; reason "4Proxy Banned!"; };
ban user { mask *@*.is74.ru; reason "4Proxy Banned!"; };
ban user { mask *@*.sl-reverse.com; reason "4Proxy Banned!"; };
ban user { mask *@*.cpe.vektor.net; reason "4Proxy Banned!"; };
ban user { mask *@*.sadecehosting.net; reason "4Proxy Banned!"; };
ban user { mask *@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]bresegroup.com; reason "4Proxy Banned!"; };
ban user { mask *@*.amerary.xyz; reason "4Proxy Banned!"; };
ban user { mask *@*.bnaa.dk; reason "4Proxy Banned!"; };
ban user { mask *@*.sydskane.nu; reason "4Proxy Banned!"; };
ban user { mask *@*.sweetwaterhsa.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ip-eend.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.servebyte.com; reason "4Proxy Banned!"; };
ban user { mask *@*.contabo.host; reason "4Proxy Banned!"; };
ban user { mask *@*.wildpark.net; reason "4Proxy Banned!"; };
ban user { mask *@*.debrid.eu; reason "4Proxy Banned!"; };
ban user { mask *@*.talyn.se; reason "4Proxy Banned!"; };
ban user { mask *@*.globenet.org; reason "4Proxy Banned!"; };
ban user { mask *@*.snydernet.net; reason "4Proxy Banned!"; };
ban user { mask *@*.sec.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.umich.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.nos-oignons.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ohdoom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.iceservers.net; reason "4Proxy Banned!"; };
ban user { mask *@*.m5i.uk; reason "4Proxy Banned!"; };
ban user { mask *@*.static.host; reason "4Proxy Banned!"; };
ban user { mask *@*.startdedicated.com; reason "4Proxy Banned!"; };
ban user { mask *@*.liliputech.com; reason "4Proxy Banned!"; };
ban user { mask *@*.schmutzig.org; reason "4Proxy Banned!"; };
ban user { mask *@*.us.to; reason "4Proxy Banned!"; };
ban user { mask *@*.coldhak.com; reason "4Proxy Banned!"; };
ban user { mask *@*.impium.de; reason "4Proxy Banned!"; };
ban user { mask *@*.yui.cat; reason "4Proxy Banned!"; };
ban user { mask *@*.resolv.to; reason "4Proxy Banned!"; };
ban user { mask *@1ideaux.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wat2doo.com; reason "4Proxy Banned!"; };
ban user { mask *@*.direct-adsl.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.etb.net.co; reason "4Proxy Banned!"; };
ban user { mask *@*.sw.biz.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kapros.cn; reason "4Proxy Banned!"; };
ban user { mask *@*.epbfi.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ediscom.de; reason "4Proxy Banned!"; };
ban user { mask *@*.bredband2.com; reason "4Proxy Banned!"; };
ban user { mask *@*.tidewater.net; reason "4Proxy Banned!"; };
ban user { mask *@*.diodecom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.yucca.net; reason "4Proxy Banned!"; };
ban user { mask *@*.rose.net; reason "4Proxy Banned!"; };
ban user { mask *@*.zebra.lt; reason "4Proxy Banned!"; };
ban user { mask *@*.trollfjord.no; reason "4Proxy Banned!"; };
ban user { mask *@acest.nl; reason "4Proxy Banned!"; };
ban user { mask *@*.aomrnt01.ap.so-net.ne.jp; reason "4Proxy Banned!"; };
ban user { mask *@*.shawcable.net; reason "4Proxy Banned!"; };
ban user { mask *@*.hispeed.ch; reason "4Proxy Banned!"; };
ban user { mask *@*.daktel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tonster.com; reason "4Proxy Banned!"; };
ban user { mask *@*.mycingular.net; reason "4Proxy Banned!"; };
ban user { mask *@*.t3.se; reason "4Proxy Banned!"; };
ban user { mask *@*.usinternet.com; reason "4Proxy Banned!"; };
ban user { mask *@*.enventis.net; reason "4Proxy Banned!"; };
ban user { mask *@*.midco.net; reason "4Proxy Banned!"; };
ban user { mask *@*.bhn.net; reason "4Proxy Banned!"; };
ban user { mask *@*.zoominternet.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tbcn.telia.com; reason "4Proxy Banned!"; };
ban user { mask *@*.gci.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wi.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.newwavecomm.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dia.static.qwest.net; reason "4Proxy Banned!"; };
ban user { mask *@*.vectranet.pl; reason "4Proxy Banned!"; };
ban user { mask *@*.lightspeed.wepbfl.sbcglobal.net; reason "4Proxy Banned!"; };
ban user { mask *@*.static.krny.ne.charter.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ocn.ne.jp; reason "4Proxy Banned!"; };
ban user { mask *@*.mse.spmode.ne.jp; reason "4Proxy Banned!"; };
ban user { mask *@*.ee.princeton.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.hcc.net; reason "4Proxy Banned!"; };
ban user { mask *@*.1scom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.lunanode.com; reason "4Proxy Banned!"; };
ban user { mask *@*.riksnet.se; reason "4Proxy Banned!"; };
ban user { mask *@*.savman.se; reason "4Proxy Banned!"; };
ban user { mask *@*.naxs.com; reason "4Proxy Banned!"; };
ban user { mask *@*.tylda.net; reason "4Proxy Banned!"; };
ban user { mask *@*.conceptcable.com; reason "4Proxy Banned!"; };
ban user { mask *@*.jotanet.pl; reason "4Proxy Banned!"; };
ban user { mask *@*.slm.blueriver.net; reason "4Proxy Banned!"; };
ban user { mask *@*.hwccustomers.com; reason "4Proxy Banned!"; };
ban user { mask *@*.slic.com; reason "4Proxy Banned!"; };
ban user { mask *@*.gndckw.com; reason "4Proxy Banned!"; };
ban user { mask *@*.brainerd.net; reason "4Proxy Banned!"; };
ban user { mask *@*.open.airstreamcomm.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mwt.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ckt.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dhcp.as2116.net; reason "4Proxy Banned!"; };
ban user { mask *@*.cpe.eaglecable.net; reason "4Proxy Banned!"; };
ban user { mask *@*.centex.net; reason "4Proxy Banned!"; };
ban user { mask *@*.hawaiiantel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.eatel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.cmaaccess.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ias.bredband.telia.com; reason "4Proxy Banned!"; };
ban user { mask *@*.volo.net; reason "4Proxy Banned!"; };
ban user { mask *@*.bright.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tiktalik.io; reason "4Proxy Banned!"; };
ban user { mask *@*.bitcom.se; reason "4Proxy Banned!"; };
ban user { mask *@*.btes.tv; reason "4Proxy Banned!"; };
ban user { mask *@*.ideaone.net; reason "4Proxy Banned!"; };
ban user { mask *@*.rev.cloud.scaleway.com; reason "4Proxy Banned!"; };
ban user { mask *@*.cpe.echoes.net; reason "4Proxy Banned!"; };
ban user { mask *@*.airstreamcomm.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dhcp.mtgm.al.charter.com; reason "4Proxy Banned!"; };
ban user { mask *@*.resnet.ucsc.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.tvcconnect.net; reason "4Proxy Banned!"; };
ban user { mask *@*.greatlakes.net; reason "4Proxy Banned!"; };
ban user { mask *@*.qwirelessbb.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tularosa.net; reason "4Proxy Banned!"; };
ban user { mask *@*.available.eatel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.silverstar.com; reason "4Proxy Banned!"; };
ban user { mask *@*.ctcinet.com; reason "4Proxy Banned!"; };
ban user { mask *@*.sunflower.com; reason "4Proxy Banned!"; };
ban user { mask *@*.flexcloud.seflow.it; reason "4Proxy Banned!"; };
ban user { mask *@*.traunseenet.at; reason "4Proxy Banned!"; };
ban user { mask *@*.ntelos.net; reason "4Proxy Banned!"; };
ban user { mask *@*.daltontel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tampereenpuhelin.net; reason "4Proxy Banned!"; };
ban user { mask *@*.beamspeed.net; reason "4Proxy Banned!"; };
ban user { mask *@*.earthlinkbusiness.net; reason "4Proxy Banned!"; };
ban user { mask *@*.turbonetbr.com.br; reason "4Proxy Banned!"; };
ban user { mask *@*.netatonce.net; reason "4Proxy Banned!"; };
ban user { mask *@*.cableone.net; reason "4Proxy Banned!"; };
ban user { mask *@*.graceba.net; reason "4Proxy Banned!"; };
ban user { mask *@*.monkeybrains.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dyn.iinet.net.au; reason "4Proxy Banned!"; };
ban user { mask *@*.sandnet.se; reason "4Proxy Banned!"; };
ban user { mask *@*.airmail.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mindspring.com; reason "4Proxy Banned!"; };
ban user { mask *@*.nts-online.net; reason "4Proxy Banned!"; };
ban user { mask *@*.infoave.net; reason "4Proxy Banned!"; };
ban user { mask *@*.dnainternet.fi; reason "4Proxy Banned!"; };
ban user { mask *@*.desteknetwork.com; reason "4Proxy Banned!"; };
ban user { mask *@*.metrocast.net; reason "4Proxy Banned!"; };
ban user { mask *@*.socantel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.frpt.net; reason "4Proxy Banned!"; };
ban user { mask *@*.d-pcomm.com; reason "4Proxy Banned!"; };
ban user { mask *@*.liwest.at; reason "4Proxy Banned!"; };
ban user { mask *@*.getinternet.no; reason "4Proxy Banned!"; };
ban user { mask *@*.ghvalley.net; reason "4Proxy Banned!"; };
ban user { mask *@*.sktc.net; reason "4Proxy Banned!"; };
ban user { mask *@*.btc-bci.com; reason "4Proxy Banned!"; };
ban user { mask *@*.bdtv.se; reason "4Proxy Banned!"; };
ban user { mask *@*.abbnebraska.com; reason "4Proxy Banned!"; };
ban user { mask *@*.etczone.com; reason "4Proxy Banned!"; };
ban user { mask *@*.madisoncounty.net; reason "4Proxy Banned!"; };
ban user { mask *@*.emporia.edu; reason "4Proxy Banned!"; };
ban user { mask *@*.intrstar.net; reason "4Proxy Banned!"; };
ban user { mask *@*.zayoenterprise.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mtelco.net; reason "4Proxy Banned!"; };
ban user { mask *@*.nationalcablenetworks.ru; reason "4Proxy Banned!"; };
ban user { mask *@*.dyn.cable.fcom.ch; reason "4Proxy Banned!"; };
ban user { mask *@*.spillwaycable.com; reason "4Proxy Banned!"; };
ban user { mask *@*.surry.net; reason "4Proxy Banned!"; };
ban user { mask *@*.beyondbb.com; reason "4Proxy Banned!"; };
ban user { mask *@*.gtmc.net; reason "4Proxy Banned!"; };
ban user { mask *@*.arkwest.com; reason "4Proxy Banned!"; };
ban user { mask *@*.guam.net; reason "4Proxy Banned!"; };
ban user { mask *@*.onlinenw.com; reason "4Proxy Banned!"; };
ban user { mask *@*.soderhamn.com; reason "4Proxy Banned!"; };
ban user { mask *@*.zntu.edu.ua; reason "4Proxy Banned!"; };
ban user { mask *@*.consolidated.net; reason "4Proxy Banned!"; };
ban user { mask *@*.as9105.net; reason "4Proxy Banned!"; };
ban user { mask *@*.click-network.com; reason "4Proxy Banned!"; };
ban user { mask *@*.bnet.at; reason "4Proxy Banned!"; };
ban user { mask *@*.dyn.tyfon.se; reason "4Proxy Banned!"; };
ban user { mask *@*.comsouth.net; reason "4Proxy Banned!"; };
ban user { mask *@*.iowatelecom.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ellijay.com; reason "4Proxy Banned!"; };
ban user { mask *@*.as40244.net; reason "4Proxy Banned!"; };
ban user { mask *@*.mebtel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.romb.net; reason "4Proxy Banned!"; };
ban user { mask *@*.comalis.net; reason "4Proxy Banned!"; };
ban user { mask *@*.nayatel.pk; reason "4Proxy Banned!"; };
ban user { mask *@*.szkti.net; reason "4Proxy Banned!"; };
ban user { mask *@*.crimea.com; reason "4Proxy Banned!"; };
ban user { mask *@*.pilsfree.net; reason "4Proxy Banned!"; };
ban user { mask *@*.arrownet.dk; reason "4Proxy Banned!"; };
ban user { mask *@*.quickshare.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kbronet.com.tw; reason "4Proxy Banned!"; };
ban user { mask *@*.muskoka.com; reason "4Proxy Banned!"; };
ban user { mask *@*.deira.cl; reason "4Proxy Banned!"; };
ban user { mask *@*.quadhost.net; reason "4Proxy Banned!"; };
ban user { mask *@*.bydgoszcz.pl; reason "4Proxy Banned!"; };
ban user { mask *@*.britistelecom.com.br; reason "4Proxy Banned!"; };
ban user { mask *@*.com.kh; reason "4Proxy Banned!"; };
ban user { mask *@*.wateen.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wtnet.de; reason "4Proxy Banned!"; };
ban user { mask *@*.glattnet.ch; reason "4Proxy Banned!"; };
ban user { mask *@*.algx.net; reason "4Proxy Banned!"; };
ban user { mask *@*.tdcsong.se; reason "4Proxy Banned!"; };
ban user { mask *@*.btconline.net; reason "4Proxy Banned!"; };
ban user { mask *@*.wbhsi.net; reason "4Proxy Banned!"; };
ban user { mask *@*.nortex.net; reason "4Proxy Banned!"; };
ban user { mask *@*.ambtel.net; reason "4Proxy Banned!"; };
ban user { mask *@*.comhem.se; reason "4Proxy Banned!"; };
ban user { mask *@*.videotron.ca; reason "4Proxy Banned!"; };
ban user { mask *@*.adams.net; reason "4Proxy Banned!"; };
ban user { mask *@*.adams.net; reason "4Proxy Banned!"; };
ban user { mask *@*.comteck.com; reason "4Proxy Banned!"; };
ban user { mask *@*.elisa-laajakaista.fi; reason "4Proxy Banned!"; };
ban user { mask *@*.telecable.es; reason "4Proxy Banned!"; };
ban user { mask *@*.q1.net; reason "4Proxy Banned!"; };
ban user { mask *@*.pcisys.net; reason "4Proxy Banned!"; };
ban user { mask *@*.kava.lt; reason "4Proxy Banned!"; };
ban user { mask *@*.com.ru; reason "4Proxy Banned!"; };
ban user { mask *@vaflya.com; reason "4Proxy Banned!"; };
ban user { mask *@*.id; reason "4Proxy Banned!"; };







ban user { mask *@*.central.biz.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.buffalo.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.nc.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.new.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.rgv.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.cinci.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kya.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.stny.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.nycap.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.se.biz.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.hawaii.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.twcny.res.rr.com; reason "4Proxy Banned!"; };
ban user { mask *@*.kc.res.rr.com; reason "4Proxy Banned!"; };
#ban user { mask *@*.nj.res.rr.com; reason "4Proxy Banned!"; };


bunu dosya eki olarak paylaşırsanız daha sağlıklı olur kanısındayım arkadaşlar direk indirip kullanabilir yinede teşekkürler...

nikotin 03 Nisan 2020 05:31

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
Alıntı:

Sephiroth Nickli Üyeden Alıntı (Mesaj 1042277745)
bunu dosya eki olarak paylaşırsanız daha sağlıklı olur kanısındayım arkadaşlar direk indirip kullanabilir yinede teşekkürler...

Paylastıgım spam code tag seklinde tekrar paylasılmıs suan derli toplu.
Tekrar alabilirsiniz.

PLuToN 03 Nisan 2020 05:41

Cevap: Proxy Koruma Modulu (TXT'den okutmalı)
 
eline sağlık. güzel paylaşım...


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk