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

CLI for UDP(Do53) / DoT #1

Merged
merged 2 commits into from
Mar 16, 2024
Merged

CLI for UDP(Do53) / DoT #1

merged 2 commits into from
Mar 16, 2024

Conversation

taketo1113
Copy link
Owner

Summary

Update CLI for UDP(Do53) / DoT

Change Set

  • Added cli option of resolve type: --type / --udp / --dot
  • Added cli option: --port (only dot)

Usage

  • UDP(Do53)
$ ddig --udp --nameserver 8.8.8.8 dns.google
dns.google	A	8.8.8.8
dns.google	A	8.8.4.4
dns.google	AAAA	2001:4860:4860::8844
dns.google	AAAA	2001:4860:4860::8888

# SERVER: 8.8.8.8
  • DoT
$ ddig --dot --nameserver 8.8.8.8 dns.google
dns.google	A	8.8.4.4
dns.google	A	8.8.8.8
dns.google	AAAA	2001:4860:4860::8844
dns.google	AAAA	2001:4860:4860::8888

# SERVER(Address): 8.8.8.8
# PORT: 853

@taketo1113 taketo1113 self-assigned this Mar 16, 2024
@taketo1113 taketo1113 merged commit e0facf5 into master Mar 16, 2024
6 checks passed
@taketo1113 taketo1113 deleted the cli-do53-dot branch March 16, 2024 15:16
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.

None yet

1 participant