IPverse IP address block lists – Russia IPv6

http://ipverse.net/ipblocks/data/countries/ru-ipv6.zone Rohliste öffnen
2.179Einträge
+1 -0letzte Änderung
zuletzt aktualisiert
32,9 KBGröße
vor 4 Stundenzuletzt geprüft
Die letzte Prüfung ist fehlgeschlagen: The operation was aborted due to timeout

Beschreibung

Filterliste aus dem öffentlichen FilterLists-Verzeichnis. Format: CIDRs (IPv6). Einzelheiten und Aufnahmekriterien stehen auf der Projektseite.

Integration

Address list per script

Fetch the list and import it into an address list called blocklist:

/tool fetch url="http://ipverse.net/ipblocks/data/countries/ru-ipv6.zone" dst-path=blocklist.rsc
/import blocklist.rsc

If the list is a plain text file with one address or CIDR per line, convert it first:

/tool fetch url="http://ipverse.net/ipblocks/data/countries/ru-ipv6.zone" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="IPverse IP address block lists – Russia IPv6"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="IPverse IP address block lists – Russia IPv6"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="IPverse IP address block lists – Russia IPv6"

Schedule the fetch with /system scheduler to keep the list current. Very large lists consume RAM, so check the available memory of your device first.

MikroTik RouterOS Dokumentation

Letzte Änderungen

Kürzlich hinzugefügte Einträge

  • 2a0d:c180::/32
Nach oben scrollen