source: trunk/debathena/config/dns-config/debian/transform_named.conf.options.debathena @ 23123

Revision 23123, 115 bytes checked in by ghudson, 16 years ago (diff)
Add a new package debathena-dns-config which brings in resolvconf and bind9, and configures the latter to listen only on localhost.
  • Property svn:executable set to *
Line 
1#!/usr/bin/perl -0p
2s/\n[^\n]*listen-on[^\n]*\n/\n/;
3s/(options\s*{\s*\n)/\1\tlisten-on { 127.0.0.1; };\n/ or die;
Note: See TracBrowser for help on using the repository browser.