DNS Resolution Through HTTP Proxy

Introduction It seems like I’m not one lucky person who needs something weird when it comes to DNS names resolution :). Recently I had a problem at work: we have a very secure datacenter. It has no direct access to the Internet and internally resolves only our company internal domain names. Since my team was doing step-by-step migration to AWS and we introduced a new way CNAME records to our subdomains. Because we not aware of the particular way of working for DNS in a datacenter and we used new self-registered domain, our servers in this datacenter were not able to reach resources in AWS. And here is where my workaround comes in action. ...

December 9, 2020 · 3 min · Dmytro Prokhorenkov