nslookup
Verified for current stable LTS
Nslookup Command: Query Txt Record On Specific Port
Use for query txt record on specific port with Nslookup. Exact CLI syntax to query txt record on specific port using Nslookup.
When to use this: Use for query txt record on specific port with Nslookup.
Command Syntax
nslookup -port=<port_number> -type=TXT <example.com> <name_server> nslookup -port=<port_number> -type=TXT <example.com> <name_server> Live Command Builder
Final Command
nslookup -port=<port_number> -type=TXT <example.com> <name_server> Command Breakdown
-port=<port_number>- Command Option
- Tool-specific option used by this command invocation.
-type=TXT- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to query txt record on specific port using Nslookup.
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
Nslookup Command: Query Any Records Using Tcp
nslookup -vc -type=ANY <example.com> Nslookup Command: Query Default Nameserver A Record nslookup <example.com> Nslookup Command: Query Mail Server Mx Record nslookup -type=MX -debug <example.com> Nslookup Command: Query Reverse Lookup Ptr Record nslookup -type=PTR <54.240.162.118> Nslookup Command: Query Specific Nameserver Ns Record nslookup -type=NS <example.com> <8.8.8.8>