因此由于某种原因,sslpro.xyz 无法解析,但 server.sslpro.xyz 和 ns1/2.sslpro.xyz 可以解析。
这是我的 IntoDNS:intodns . com/sslpro.xyz
我有 WHM 和 SSH 的 root 访问权限,所以请指导我!
这是我的 WHM 的编辑 DNS 区域选项的内容: https://gyazo.com/5614f92afae6e1744ec7d415238d09d9
这是编辑 DNS 区域选项中 sslpro.xyz 的编辑选项内容: https://gyazo.com/40fe19b105616419b1dba37da885a26f
答案1
首先...清理所有重复的 A 记录。
然后,做出这样的记录。
@ IN A 10.100.1.30
这是使用该类记录的示例区域。
$TTL 86400
@ IN SOA ns1.example.net. tucklesepk.gmail.com. (
506
1H
5M
1W
1M );
IN NS ns1.example.net.
IN NS ns2.example.net.
IN MX 100 mx.example.net.
@ IN AAAA 2001:111:2f29:196::3
@ IN A 10.100.1.30
ns1 IN AAAA 2001:111:2f29:196::2
IN A 10.100.1.2
ns2 IN AAAA 2001:4978:12e:a::1
IN A 10.200.1.2
www IN A 10.100.1.30
IN AAAA 2001:111:2f29:196::3
它响应很好。
[root@palaceredirect ~]# host example.net
example.net has address 10.100.1.30
example.net has IPv6 address 2001:111:2f29:196::3
example.net mail is handled by 100 mx.example.net.