Domain Listeleri
IPv4 Listeleri
Entegrasyon
FortiGate CLI'dan External Block List tanımla (GUI'de System → Settings → CLI Console):
config system external-resource
edit "usom-domains"
set type domain
set resource "https://usomfeeds.dalnet.tr/domains.txt"
set refresh-rate 60
next
edit "usom-ips"
set type address
set resource "https://usomfeeds.dalnet.tr/ips.txt"
set refresh-rate 60
next
end
Sonra bu resource'u DNS Filter profili veya Firewall Policy'sine ekle. GUI üzerinden: Security Fabric → External Connectors → Create New → Threat Feeds.
GUI üzerinden:
Domain List (domains.txt için) veya IP List (ips.txt için)https://usomfeeds.dalnet.tr/domains.txt
HourlyCron veya systemd timer ile saatlik indirme:
curl -fsSL -o /etc/blocklists/usom-domains.txt \ https://usomfeeds.dalnet.tr/domains.txt curl -fsSL -o /etc/blocklists/usom-ips.txt \ https://usomfeeds.dalnet.tr/ips.txt
İndiren taraf Last-Modified / ETag destekliyorsa koşullu indirir; değişiklik yoksa bandwidth harcamaz.