WHM/Cpanel 新帐户问题 - 编辑 DNS 区域错误



我已经通过WHM创建了一个帐户,但从未遇到过此问题。 尝试编辑区域时遇到的错误是:

There were errors in the zone which have been highlighted below. Please manually correct these errors before trying to edit the zone. 
; cPanel first:11.60.0.28 (update_time):1483209424 11.60.0.28: Cpanel::ZoneFile::VERSION:1.3 hostname:s132-148-23-168.secureserver.net latest:11.60.0.28
; Zone file for wonderlandsigns.com
$TTL 14400
@      86400	IN      SOA     ns1.secureserver.net. info.. ( near 'info..': empty label
		2016123101	; serial, todays date+todays
		3600		; refresh, seconds
		7200		; retry, seconds
		1209600		; expire, seconds
		86400 )		; minimum, seconds
wonderlandsigns.com. 86400 IN NS ns1.secureserver.net.
wonderlandsigns.com. 86400 IN NS ns2.secureserver.net.
wonderlandsigns.com. IN A 132.148.23.168
wonderlandsigns.com. IN MX 0 wonderlandsigns.com.
mail IN CNAME wonderlandsigns.com.
www IN CNAME wonderlandsigns.com.
ftp IN CNAME wonderlandsigns.com.

如何手动编辑它以解决问题?

您可以通过多种方式执行此操作,例如使用 WinSCP 或 Putty。这是通过WinSCP最简单的方法

温森

  • 下载并运行 WinCP
  • 使用您的服务器IP,用户名和密码登录到服务器
  • 转到以下路径/var/named
  • 在目录中找到您的域文件,双击以打开并编辑
  • 保存文件
  • 重新启动 DNS 服务器

希望这有帮助!

最新更新