Browse Source
Use-case is being able to proxy these requests over an internal host. Allowing access to 1.1.1.1 from the DC-LAN wouldn't work for us. Example config for Apache ``` ProxyPass /dns-query https://cloudflare-dns.com/dns-query ProxyPass /api/v1/purge https://one.one.one.one/api/v1/purge ``` Building a service that sits in our DMZ where internal hosts request creation/deletion of _acme-challenge TXT RRs using an API. This same host can be used to proxy the Cloudflare purge and query requests.pull/2275/head
committed by
GitHub
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue