Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active July 3, 2018 16:24
Show Gist options
  • Save zoonderkins/5ff608cb661d7f4de806aaf248657f4a to your computer and use it in GitHub Desktop.
Save zoonderkins/5ff608cb661d7f4de806aaf248657f4a to your computer and use it in GitHub Desktop.
Mac install stubby #dns

Mac install stubby

brew install stubby

To have launchd start stubby now and restart at startup:

sudo brew services start stubby

Or, if you don't want/need a background service you can just run:

sudo stubby -C /usr/local/etc/stubby/stubby.yml

Edit the config file while you dont want to use strict mode

# For Strict use        GETDNS_AUTHENTICATION_REQUIRED
# For Opportunistic use GETDNS_AUTHENTICATION_NONE

tls_authentication: GETDNS_AUTHENTICATION_NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment