We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @majek
I was wondering if you can add a parameter so that if needed we can save the data as:
google.com,1.2.3.4 google.com,2.3.4.5 google.com,3.4.5.6 yandex.com,1.1.1.1 ...
Instead of domain,ip ip ip ip.. for domains that have multiple IP addresses:
google.com,1.2.3.4 2.3.4.5 3.4.5.6 yandex.com,1.1.1.1 ...
Could be something line:
cat /home/test/domains.txt | resolve -server="8.8.8.8:53" -output_type="splitted"
Let me know your thoughts.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello @majek
I was wondering if you can add a parameter so that if needed we can save the data as:
google.com,1.2.3.4
google.com,2.3.4.5
google.com,3.4.5.6
yandex.com,1.1.1.1
...
Instead of domain,ip ip ip ip.. for domains that have multiple IP addresses:
google.com,1.2.3.4 2.3.4.5 3.4.5.6
yandex.com,1.1.1.1
...
Could be something line:
cat /home/test/domains.txt | resolve -server="8.8.8.8:53" -output_type="splitted"
Let me know your thoughts.
Thank you.
The text was updated successfully, but these errors were encountered: