Karl Shouler
Karl Shouler is a Software Engineer at Curalate.
_kshoPosts by Karl Shouler
-
Safely Modifying Your Hosts File with Gas Mask
Sometimes the DNS for a specific domain on your machine needs to point somewhere else – at Curalate, we test changes microservices locally before shipping them, which could require redirecting requests to look at that local instance. One way to do this is by adding an entry like
Read More May 30, 2019127.0.0.1 some.service.curalate.com
to/etc/hosts
.