Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 568 Bytes

File metadata and controls

20 lines (14 loc) · 568 Bytes

DNS loopback to DNS-over-HTTPS proxy

dns2https provides a lightweight, local DNS server that resolves requests using Google's DNS-over-HTTPS protocol.

Installation

Mac users via Homebrew:

brew install xyziemba/brew/dns2https
sudo brew services start xyziemba/brew/dns2https

# Modify Wi-Fi below to use with other network services
sudo networksetup -setdnsservers Wi-Fi 127.0.0.1

# If you want to see other network devices, use the following:
networksetup -listallnetworkservices