所有安装都从 digitalocean 的 vps 和 ispconfig https://www.howtoforge.com/perfect-server-ubuntu-14.04-apache2-php-mysql-pureftpd-bind-dovecot-ispconfig-3的以下文档开始在此过程中,我通过 ispconfig 接口添加了我的域,并使用 ispconfig 创建的域名服务器更新了我的域名服务器。
我的问题是找不到解决方案,当我尝试 nslookup crisubogdan.com 时,出现以下错误:
root@sv:~# nslookup crisubogdan.com
;; Got SERVFAIL reply from 8.8.8.8, trying next server
Server: 8.8.4.4
Address: 8.8.4.4#53
** server can't find crisubogdan.com: SERVFAIL
Run Code Online (Sandbox Code Playgroud)
当我尝试 dig crisubogdan.com 时,我收到以下错误:
root@sv:~# dig crisubogdan.com
; <<>> DiG 9.9.5-3ubuntu0.1-Ubuntu <<>> crisubogdan.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 46265
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; …Run Code Online (Sandbox Code Playgroud)