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