mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 14:36:05 +03:00
[GH-ISSUE #23] TCP option for Plain DNS ? #20
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phpsyscoder on GitHub (Feb 17, 2022).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/23
Hi There... is there any option to use
tcpinstead ofudpfor Plain DNS?ie. like this:
TCP=1 dnslookup example.org 94.140.14.14Greetings
@ameshkov commented on GitHub (Feb 17, 2022):
Hi, sure! Here it is:
dnslookup example.org tcp://94.140.14.14@phpsyscoder commented on GitHub (Feb 18, 2022):
Ahh... great. Thank you very much.