dnsmasq加快域名解析

1237阅读 0评论2012-10-11 zzggbb
分类:LINUX

1.安装dnsmasq
2.配置/etc/dnsmasq.conf
resolv-file=/etc/resolv.dnsmasq.conf
3.sudo cp /etc/resolv.conf /etc/resolv.dnsmasq.conf
4. sudo vim resolv.conf
nameserver 127.0.0.1
5.
上一篇:五种方法实现Linux批量重命名文件
下一篇:debian unzip 中文名乱码解决方法