| | 167 | == interfaces == |
| | 168 | * http://manpages.ubuntu.com/manpages/precise/man8/resolvconf.8.html |
| | 169 | * http://manpages.ubuntu.com/manpages/precise/man5/resolv.conf.5.html |
| | 170 | * [http://anonscm.debian.org/gitweb/?p=resolvconf/resolvconf.git;a=blob;f=README;hb=HEAD anonscm.debian.org Git - resolvconf/resolvconf.git/blob - README] |
| | 171 | > {{{ |
| | 172 | > * For each inet static logical interface through which a nameserver is |
| | 173 | > accessible, add lines like the following to /etc/network/interfaces . |
| | 174 | > |
| | 175 | > dns-nameservers 11.22.33.44 55.66.77.88 |
| | 176 | > dns-search foo.org bar.com |
| | 177 | > |
| | 178 | > Other recognized option words are 'dns-domain' and 'dns-sortlist'. |
| | 179 | > }}} |
| | 180 | |
| | 181 | * [http://blog.libero-tecnologia.net/?p=6 さくらのVPSでubuntu12.04にアップデートしたら、resolv.confの中身が空っぽになった件 - 流浪のプログラマのブログ] |
| | 182 | > /etc/resolvconf/resolv.conf.d/base |
| | 183 | |