子域的胶水logging?

假设我拥有example.com

我创build了一个名为dns.example.com的Alogging,然后将其指向名称服务器。 在名称服务器上,我给了它名称ns1.dns.example.com和dns.example.com

现在我很困惑。 我是否创buildns1.dns.example.com或dns.example.com的粘合logging? 我是否还需要我的dns.example.com的Alogging?

如果NSlogging域指向该域中的主机名,则需要胶水logging。 例如,这不需要胶水logging:

testing.example.com: NS = ns1.infra.example.com. NS = ns2.infra.example.com. 

在哪里,这将需要胶水logging:

 testing.example.com: NS = ns1.testing.example.com. NS = ns2.testing.example.com. 

在这种情况下,胶水logging进入example.com域。

 example.com: [...] testing.example.com. IN NS ns1.testing.example.com. testing.example.com. IN NS ns2.testing.example.com. ns1.testing.example.com. IN A 172.16.202.152 ns2.testing.example.com. IN A 172.12.9.11