DNS Classifier

Next-Gen Heuristic & Content Inspection for Gambling Evasion.

Total Processed

202
Historical Queries

Auto-Ban

1
Score > 90

Deep Inspection

42
Score 35-90

Allowed

159
Safe Traffic

Live Evaluation

Analyzing patterns...

Recent Logs

Domain Score Status Timestamp
Loading logs...

System Architecture

This system eliminates traditional blacklist dependency through a 5-Layer Defense architecture:

Client Setup (dns.eatwise.life)

Route your DNS queries to our resolver using DNS over TLS (DoT) for encrypted protection.

Android (9.0+)

  1. Navigate to Settings > Network & Internet.
  2. Select Private DNS.
  3. Choose Private DNS provider hostname.
  4. Enter: dns.eatwise.life

Windows 11

  1. Navigate to Settings > Network & internet.
  2. Select Wi-Fi / Ethernet > Hardware properties.
  3. Edit DNS server assignment to Manual (IPv4).
  4. Set DoH or static IP to point to our resolver.

macOS

  1. Navigate to System Settings > Network.
  2. Select active connection, click Details...
  3. Under DNS tab, click +.
  4. Add the IP address of dns.eatwise.life.

REST API

1. Check Domain Pattern

POST /api/check

curl -X POST https://radar.eatwise.life/api/check \
  -H "Content-Type: application/json" \
  -d '{"domain": "slot-gacor-terpercaya.sbs"}'

// Response:
{
  "success": true,
  "domain": "slot-gacor-terpercaya.sbs",
  "score": 120,
  "status": "auto-ban",
  "action": "Block immediately"
}

2. Get Classification Logs

GET /api/domains?page=1&status=all

Query params: status accepts all, ban, enqueue, allow.