d3mondev / puredns

Puredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries.
GNU General Public License v3.0
1.61k stars 151 forks source link

where locate resolver.txt #35

Closed volatilaq closed 1 year ago

volatilaq commented 1 year ago

where is the location to put the file resolver.txt?? resolver

d3mondev commented 1 year ago

Hi,

You can specify your resolvers file using the -r flag.

Alternatively, if a resolvers.txt file is present in the current working directory, puredns will load it from there automatically.

But since v2.1.0, you can simply place a resolvers.txt file in ~/.config/puredns/resolvers.txt and puredns will automatically use those.

Let me know if there's anything else!