++ information
This commit is contained in:
parent
b54913df29
commit
87b308d278
1 changed files with 7 additions and 1 deletions
|
@ -55,6 +55,10 @@ This service does not register a domain or manage your SSL
|
|||
certificates. It is purely allowing you to manage your DNS zones files
|
||||
without having to run your own DNS server.
|
||||
|
||||
The DNS server does not support IXFR or AXFR request. The
|
||||
distribution of DNS information is assumed to be done by other means
|
||||
such as git.
|
||||
|
||||
## Features
|
||||
|
||||
The provided DNS servers are reachable via IPv6 and IPv4.
|
||||
|
@ -75,7 +79,9 @@ There are a few simple steps required:
|
|||
* Create the zone files in the directory "zones/"
|
||||
* Every file in the zones/ directory becomes a zone served by the DNS
|
||||
server
|
||||
* Symbolic links are supported
|
||||
* The zone ("domain") is infered from the filename
|
||||
* Symbolic links are supported, so you can have different zones with
|
||||
the same content
|
||||
|
||||
|
||||
## Fully Open Source and IPv6 enabled
|
||||
|
|
Loading…
Reference in a new issue