xv4_de

unbound

homebrew installieren, falls noch nicht vorhanden

# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

installieren über homebrew

# brew install unbound

# curl -o /usr/local/etc/unbound/root.hints https://www.internic.net/domain/named.cache

/usr/local/etc/unbound/unbound.conf

# ee /usr/local/etc/unbound/unbound.conf

To have launchd start unbound now and restart at startup:

    # sudo brew services start unbound
    Password:
    ==> Tapping homebrew/services
    Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services'...
    remote: Counting objects: 14, done.
    remote: Compressing objects: 100% (10/10), done.
    remote: Total 14 (delta 0), reused 7 (delta 0), pack-reused 0
    Unpacking objects: 100% (14/14), done.
    Tapped 0 formulae (43 files, 55.3KB)
    ==> Successfully started `unbound` (label: homebrew.mxcl.unbound)

Die Firewall fragt an

Firewall

Little Snitch fragt an

Little Snitch

DNS einstellen

Netzwerk DNS

so wird neu gestartet

# brew services restart unbound
==> Successfully started `unbound` (label: homebrew.mxcl.unbound)