# README for full_resolver ## Overview Project `full_resolver` is part of a solution for blocking ads with dns null-routing. Specifically, this program is a troubleshooting tool for checking if a list of names are being blocked. ## Using full_resolver Pass to standard input a list of domains, one per line. The program will resolve the domain names and display a custom output. This project was designed primarily for taking abbreviated output of a HAR file and turning it into IP addresses.