linux【DNS服务器配置】unknow key 'rndckey'解决方法
2016/03/16
Linux【DNS服务器配置】unknow key 'rndckey'解决方法:配置文件/etc/named.conf
include"/etc/rundc.key" options{ directory"/var/named"; allow-query{any;}; recursion yes; version"hello!"; }; controls{ inet 127.0.0.1 allow{localhost;}keys{rndc-key}; }; zone"."{ type hint; file"named.root"; };
keys{rndc-key}这个大括号内的key要和etc/rundc.key内的key对应起来。
没有更多了
静水缘首页

文章分类
最新文章
- nodejs私钥加密公钥解密的一个例子
- uniapp和微信小程序判断程序运行在开发或者测试或者线上版本的方法分别是什么
- electron使用electron-builder打包后模块包含exe文件执行失败
- Compile is disallowed on the main thread, if the buffer size is larger than 4KB
- better-sqlite3简介及常用操作
- nodejs 操作数据库的库
- nodejs使用http-proxy库实现多个域名代理和同时代理websocket的例子,代理包含https和http两种协议
- iis配置反向代理
- javascript伪多线程代码
- ip所在地址段判断