{{ $this->form }}
@if($this->blockedCountries->isNotEmpty())

Geblokkeerde Landen

@foreach($this->blockedCountries as $country)
{{ $country->country_name }} ({{ $country->country_code }})
@endforeach
@endif @if($this->whitelistedIps->isNotEmpty())

Whitelisted

@foreach($this->whitelistedIps as $item) @endforeach
IP ASN Land
{{ $item->ip_address ?? '-' }} {{ $item->asn ?? '-' }} {{ $item->country_name ?? '-' }}
@endif @if($this->blacklistedIps->isNotEmpty())

Blacklisted

@foreach($this->blacklistedIps as $item) @endforeach
IP ASN Land
{{ $item->ip_address ?? '-' }} {{ $item->asn ?? '-' }} {{ $item->country_name ?? '-' }}
@endif @if($this->blocklistStats && ($this->blocklistStats['total'] ?? 0) > 0)

🛡️ Ultimate Blocklist (Gratis & Onbeperkt)

{{ number_format($this->blocklistStats['total'] ?? 0) }}
Netwerken/Subnets
Dekking: Miljoenen IPs
Inclusief blocklists:
• FireHol Level 1-4 (VPN/Proxy/TOR)
• Spamhaus DROP/eDROP
• DShield (hackers)
• Emerging Threats (botnets)
• Blocklist.de (bruteforce/mail/ssh/ftp/sip)
@endif