mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #73] Support @ to identify server in argument #53
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#53
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 @sharego on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/73
Current,
dnslookupuses fixed position for different arguments, first is domain, second is server, it likesnslookupcommand. However, sometime we forget this constraint.The
digcommand use@to set server, no position required, the we can use like thisdnslookup @server domain [<providerName> <serverPk>]ordnslookup domain @server [<providerName> <serverPk>], ordnslookup domain server [<providerName> <serverPk>]@ameshkov commented on GitHub (Jun 27, 2024):
I would generally prefer dig-like syntax, but it's a much bigger rework than just adding support for
@.@sharego commented on GitHub (Jul 1, 2024):
Ok, Thanks