Revision 25672,
157 bytes
checked in by jdreed, 12 years ago
(diff) |
In dns-config:
* Switch to dnsmasq instead of bind9 (Trac: #1131)
* Don't add a mit.edu suffix if it's already there
* Use IFACE.PROG format for the resolvconf profile
* Bump Standards-Version
* Make initscript LSB-compliant
|
Line | |
---|
1 | # debathena dnsmasq configuration |
---|
2 | |
---|
3 | # Only listen on lo |
---|
4 | interface=lo |
---|
5 | # And only on 127.0.0.1 |
---|
6 | listen-address=127.0.0.1 |
---|
7 | # DNS only, please |
---|
8 | no-dhcp-interface=lo |
---|
Note: See
TracBrowser
for help on using the repository browser.