Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active July 3, 2018 16:25
Show Gist options
  • Save zoonderkins/83163d00504de285e2dde6932fbce072 to your computer and use it in GitHub Desktop.
Save zoonderkins/83163d00504de285e2dde6932fbce072 to your computer and use it in GitHub Desktop.
Doh-client on mac #dns #doh

Installation

git clone https://github.com/m13253/dns-over-https.git
cd dns-over-https

// make file
make

// config your upstream server 
sudo nano /usr/local/etc/dns-over-https/doh-client.conf

// start service
sudo launchctl load /Library/LaunchDaemons/doh-client.plist

// stop service 
sudo launchctl unload /Library/LaunchDaemons/doh-client.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment