In my /etc/hosts/ file on Linux/OSX, how do I do a wildcard subdomain?

I have written a dns proxy in Python. It will read wildcard entries in /etc/hosts. See here: https://github.com/hubdotcom/marlon-tools/blob/master/tools/dnsproxy/dnsproxy.py

Leave a Comment