mirror of
https://github.com/coredns/coredns.git
synced 2025-11-22 20:02:18 -05:00
middleware/httpproxy: Add (#439)
This PR adds a middleware that talks to dns.google.com over HTTPS, meaning all your DNS traffic is encrypted when traversing your ISP and the internet. The `dns.google.com` address is re-resolved every 30 seconds.
This commit is contained in:
@@ -13,7 +13,7 @@ In its most basic form, a simple reverse proxy uses this syntax:
|
||||
proxy FROM TO
|
||||
~~~
|
||||
|
||||
* **FROM** is the base path to match for the request to be proxied
|
||||
* **FROM** is the base domain to match for the request to be proxied
|
||||
* **TO** is the destination endpoint to proxy to
|
||||
|
||||
However, advanced features including load balancing can be utilized with an expanded syntax:
|
||||
|
||||
Reference in New Issue
Block a user