<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Localisation des IP bloqués]]></title><description><![CDATA[<pre><code># apt-get install geoip-bin geoip-database
# cat /etc/pve/firewall/126.fw | grep "IN DROP" | wc -l
492
# cat /etc/pve/firewall/126.fw | grep "IN DROP" | awk '{print $6}' | sed 's/\// /g' | awk '{print $1}' | xargs -n 1 geoiplookup { } | sort | uniq -c | sort -n | sed -r 's/ GeoIP Country Edition://g'
      1 AZ, Azerbaijan
      1 can't resolve hostname ( 2606:4700:3037::ac43:cc71 )
      1 EE, Estonia
      1 KZ, Kazakhstan
      1 LT, Lithuania
      1 NZ, New Zealand
      1 PH, Philippines
      1 RS, Serbia
      1 SE, Sweden
      1 SO, Somalia
      1 TH, Thailand
      1 UG, Uganda
      1 GeoIP Country V6 Edition: can't resolve hostname ( 2606:4700:3037::ac43:cc71 )
      2 AE, United Arab Emirates
      2 AR, Argentina
      2 AU, Australia
      2 BR, Brazil
      2 EG, Egypt
      2 HK, Hong Kong
      2 IT, Italy
      2 PA, Panama
      2 SC, Seychelles
      2 TW, Taiwan
      3 CH, Switzerland
      3 TR, Turkey
      3 VN, Vietnam
      4 JP, Japan
      4 KP, Korea, Democratic People's Republic of
      5 CA, Canada
      5 ID, Indonesia
      6 KR, Korea, Republic of
      7 BG, Bulgaria
      8 IN, India
     11 RU, Russian Federation
     12 IR, Iran, Islamic Republic of
     15 DE, Germany
     15 IE, Ireland
     16 BY, Belarus
     17 CN, China
     19 FR, France
     20 NL, Netherlands
     26 SG, Singapore
     27 GB, United Kingdom
    234 US, United States
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/157/localisation-des-ip-bloqués</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 12:47:33 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/157.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Sep 2025 14:27:33 GMT</pubDate><ttl>60</ttl></channel></rss>