diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-06-14 15:13:02 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-06-14 15:13:02 +0000 |
| commit | 466246e734b17caeaa1c34e2d61d15a665194cc1 (patch) | |
| tree | c36066d5ddd44b89826ade8a4f1e2a5ff4a070cc /named.loopback | |
| parent | 388af22aff3fc21ff1c1376f729d27d1d7555332 (diff) | |
- major changes in initscript. Could be LSB compatible
- removed caching-nameserver subpackage and move configfiles from there
into main bind package as default configuration
- major changes in default configuration
Diffstat (limited to 'named.loopback')
| -rw-r--r-- | named.loopback | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/named.loopback b/named.loopback new file mode 100644 index 0000000..1f69aa9 --- /dev/null +++ b/named.loopback @@ -0,0 +1,9 @@ +$TTL 1D +@ IN SOA localhost. root.localhost. ( + 0 ; serial + 3H ; refresh + 1H ; retry + 1W ; expire + 3H ) ; minimum + IN NS localhost. + IN PTR localhost. |
