Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为依赖通配符子域的 Web 应用程序设置内部登台服务器。
对于如何使用 Windows Server 2003 DNS 设置通配符子域,我将不胜感激。(我好像不能*.domain.tld. IN A 1.2.3.4直接输入“”)
*.domain.tld. IN A 1.2.3.4
谢谢。
更多信息:
我有一个区域MY.LAN,在该区域下我有一个服务器(A 记录)staging01。我想为 staging01 设置通配符子域
MY.LAN
staging01
我刚刚检查过,您肯定可以将通配符条目直接输入到服务器 2003 DNS 中。只需进入右侧区域的新A记录,在名称框中输入*,然后输入IP,就可以了。