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

Dns #45

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open

Dns #45

wants to merge 16 commits into from

Conversation

Nitr4x
Copy link
Member

@Nitr4x Nitr4x commented Sep 1, 2017

No description provided.

@Nitr4x Nitr4x requested a review from bbriggs September 1, 2017 15:38
@Nitr4x
Copy link
Member Author

Nitr4x commented Sep 1, 2017

Closes #6

README.md Outdated
@@ -62,10 +62,13 @@ The nettools Lego could be triggered by various prefix.

` !ping {target}`

#### resolver
#### Resolver
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same as nslookup?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The resolver implements nslookup :) i just added the host command to the package so its name changed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we alias !nslookup to the resolver class as well, then? I feel like people would try to use the tool by the name they are more familiar with.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, idk when I will have time to patch it but I will do it ASAP

setup.py Outdated
@@ -18,6 +18,7 @@
install_requires=['legobot>=1.1.4,<=2.0.0',
'python-whois',
'urllib3',
'dnspython',
'bandit==1.3.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The libs we use for testing are not required for the module itself.

@Nitr4x
Copy link
Member Author

Nitr4x commented Sep 3, 2017

Rebase develop has been done and the resolver has been changed to nslookup @bbriggs

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

Successfully merging this pull request may close these issues.

3 participants