import { Card } from './ui/card'; import { Button } from './ui/button'; import { Globe, CheckCircle, BookOpen, ExternalLink } from 'lucide-react'; export function DnsComponent() { return (
{/* Educational Intro Section */}

What is DNS?

DNS (Domain Name System) is like the "phone book" of the internet. Instead of remembering complex IP addresses like "192.168.1.100", you can use friendly names like "my-server.local". When you type a name, DNS translates it to the correct IP address so your devices can find each other.

Your personal cloud runs its own DNS service so devices can easily find services like "photos.home" or "media.local" without needing to remember numbers.

DNS Configuration

Manage DNS settings and domain resolution

Local resolution: Active

DNS Status

DNS service is running and resolving domains correctly.

); }