dig
Verified for current stable LTS
Dig Command: Query Dns Over Non Standard Port
Use for query dns over non standard port with Dig. Exact CLI syntax to query dns over non standard port using Dig.
When to use this: Use for query dns over non standard port with Dig.
Command Syntax
dig +tcp -p <port> @<dns_server_ip> <example.com> dig +tcp -p <port> @<dns_server_ip> <example.com> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to query dns over non standard port using Dig.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Dig Command: Lookup Ip From Hostname
dig +short <example.com> Dig Command: Detailed Answer For Domain dig +noall +answer <example.com> Dig Command: Query Specific Dns Record Type dig +short <example.com> <A|MX|TXT|CNAME|NS> Dig Command: Query With Alternate Dns Server dig <+tls> @<1.1.1.1|8.8.8.8|9.9.9.9|...> <example.com> Dig Command: Reverse Dns Lookup dig -x <8.8.8.8>