Skip to content
New issue

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

Save domain,ip instead of domain,ip ip ip ip for domains with multiple IPs #3

Open
webaddicto opened this issue Nov 16, 2021 · 0 comments

Comments

@webaddicto
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant