Linux服务器配置大全.pdfVIP

  • 12
  • 0
  • 约1.61万字
  • 约 10页
  • 2021-12-10 发布于河北
  • 举报
Linux 服务器配置大全 2008-10-11 16:46 分类:共享(转载) 字号: 大 中 小 一 : DNS 服务器的设置 1 . 编辑 /etc/named.conf // generated by named-bootconf.pl options { directory /var/named; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; // // a caching only nameserver config // controls { inet allow { localhost; } keys { rndckey; }; }; zone . IN { type hint; file named.ca; }; zone IN { type master; file ; allow-update { none; }; }; zone 1.168.192. IN { type master; file .rev; allow-update { none; }; }; zone localhost IN { ty

文档评论(0)

1亿VIP精品文档

相关文档