gpt4 book ai didi

powershell - dig (DNS Lookup) 在 Windows 上指定 DNS 服务器

转载 作者:行者123 更新时间:2023-12-04 01:16:40 25 4
gpt4 key购买 nike

在 Linux 中,我会使用 dig使用以下命令指定 127.0.0.1 的 DNS 服务器:

dig google.com @127.0.0.1

我为 Windows ( choco install bind-toolsonly ) 安装了绑定(bind)工具。如何运行相同的命令?我收到以下错误:

PS C:\Users\jhilden> 挖掘 google.com @127.0.0.1
在行:1 字符:21
+ 挖掘 google.com @127.0.0.1
+ ~
引用运算符后缺少属性名称。
在行:1 字符:16
+ 挖掘 google.com @127.0.0.1
+ ~~~~
喷溅运算符“@”不能用于引用
表达。 '@127' 只能用作命令的参数。到
表达式中的引用变量使用“$127”。
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingPropertyName

最佳答案

正如您在问题中推断的那样,我知道此答案不使用绑定(bind)工具。尽管如此,PowerShell 带有 Resolve-DnsName执行此任务。我相信下面的命令会做你所追求的

Resolve-DnsName -Name google.com -Server 127.0.0.1

关于powershell - dig (DNS Lookup) 在 Windows 上指定 DNS 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36607958/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com