hpHosts ATS (IPs)

https://iplists.firehol.org/files/hphosts_ats.ipset Rohliste öffnen
13,0kEinträge
+0 -0letzte Änderung
zuletzt aktualisiert
178,6 KBGröße
vor 1 Tagzuletzt geprüft

Beschreibung

Filterliste aus den Bereichen Werbung und Privatsphäre. Format: IPs (IPv4).

Integration

Address list per script

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

/tool fetch url="https://iplists.firehol.org/files/hphosts_ats.ipset" 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="https://iplists.firehol.org/files/hphosts_ats.ipset" dst-path=blocklist.txt
:foreach line in=[/file get blocklist.txt contents] do={
  /ip firewall address-list add list=blocklist address=$line comment="hpHosts ATS (IPs)"
}

Use the list in the firewall

/ip firewall filter add chain=forward src-address-list=blocklist action=drop comment="hpHosts ATS (IPs)"
/ip firewall filter add chain=forward dst-address-list=blocklist action=drop comment="hpHosts ATS (IPs)"

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

Nach oben scrollen