diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-09 14:14:18 +0000 |
|---|---|---|
| committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-03-09 14:14:18 +0000 |
| commit | f43c7bfc8aea4be004ca2907491e18fac1d6ea86 (patch) | |
| tree | 97dff11e37e9a30275c8af0ca423138ee8d18012 /testing/bind/bind.localhost.zone | |
| parent | d2ee3e5212c39a5a5bae4078ff3592f8d874147d (diff) | |
| parent | fdc032ee84a0277f1e2b444deb489cda1ad76ae6 (diff) | |
| download | aports-f43c7bfc8aea4be004ca2907491e18fac1d6ea86.tar.bz2 aports-f43c7bfc8aea4be004ca2907491e18fac1d6ea86.tar.xz | |
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/bind/bind.localhost.zone')
| -rw-r--r-- | testing/bind/bind.localhost.zone | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/bind/bind.localhost.zone b/testing/bind/bind.localhost.zone new file mode 100644 index 000000000..338d7050c --- /dev/null +++ b/testing/bind/bind.localhost.zone @@ -0,0 +1,11 @@ +$TTL 1W +@ IN SOA ns.localhost. root.localhost. ( + 2002081601 ; Serial + 28800 ; Refresh + 14400 ; Retry + 604800 ; Expire - 1 week + 86400 ) ; Minimum +@ IN NS ns +ns IN A 127.0.0.1 + +ns IN AAAA ::1 |
