I am trying to setup an internal staging server for a web application that relies on wildcard subdomains.
我正在尝试为依赖于通配符子域的Web应用程序设置内部登台服务器。
I would appreciate some guidance in how to setup wildcard subdomains with Windows Server 2003 DNS. (I don't seem to be able to enter "*.domain.tld. IN A 1.2.3.4
" directly)
我将非常感谢如何使用Windows Server 2003 DNS设置通配符子域。 (我似乎无法直接输入“* .domain.tld.IN A 1.2.3.4”)
Thanks.
More information:
I have a zone MY.LAN
, under that I have a server (A record) staging01
. I want to setup up wildcard subdomains for staging01
我有一个区域MY.LAN,根据我有一个服务器(A记录)staging01。我想为staging01设置通配符子域
1 个解决方案
#1
I've just checked and you can definately enter the wildcard entry directly into server 2003 DNS. Just go to new A record in the right zone, enter * in the name box and then enter the IP, works fine.
我刚刚检查过,您可以直接将通配符条目直接输入到server 2003 DNS中。只需转到右侧区域的新A记录,在名称框中输入*,然后输入IP,工作正常。
#1
I've just checked and you can definately enter the wildcard entry directly into server 2003 DNS. Just go to new A record in the right zone, enter * in the name box and then enter the IP, works fine.
我刚刚检查过,您可以直接将通配符条目直接输入到server 2003 DNS中。只需转到右侧区域的新A记录,在名称框中输入*,然后输入IP,工作正常。