source {
owner=localhost;
serve_aliases=on;
file="/etc/hosts";
}
无效果
![]() | 1 yjsslab OP 奇怪,用 rr 会生效 rr { name = local_name; a = 127.0.0.1; ... } 那么那个 source {} 究竟怎么用? |
![]() | 2 leavic 2015-04-23 15:36:33 +08:00 logread看一下有没有错误,openwrt上/etc目录如果不是755属性,hosts和ethers文件都会读取失败 |