- 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
您可能关注的文档
最近下载
- 部编版六年级下册道德与法治教案(全册).docx VIP
- 建筑施工技术全套课件823页.pptx VIP
- 医疗器械管理-ISO13485标准条款及内审方法.pdf VIP
- 建筑工程图集 14SS706:玻璃钢化粪池选用与埋设.pdf VIP
- 2026新青岛版数学二年级下册全册教学课件.pptx
- 《linux服务器配置与管理》课程标准.docx VIP
- 危险货物运输车辆日常安全检查操作规程.pptx
- 毕业设计(论文)-年产5万吨甲乙酮车间仲丁醇合成工段初步设计.doc
- 亚马逊跨境电商服装零售运营实战(76页 PPT).pptx VIP
- JC 676-1997玻璃材料弯曲强度试验方法.docx VIP
原创力文档

文档评论(0)