subjack
subjack copied to clipboard
Add flag to define DNS server to use
The DNS server used to query domains was hardcoded to 8.8.8.8
.
I added a new flag -dns
to configure it and 8.8.8.8
is the default value if the flag is not used.
Pulled into my own branch, useful change and recommend merging.