rename example backend.conf and use example.com
This commit is contained in:
26
src/backend.conf.example
Normal file
26
src/backend.conf.example
Normal file
@@ -0,0 +1,26 @@
|
||||
[main]
|
||||
# main domain
|
||||
domain=example.com
|
||||
|
||||
# default ttl
|
||||
ttl=432000
|
||||
|
||||
# default IP address for non-wildcard entries
|
||||
ipaddress=127.0.0.1
|
||||
|
||||
|
||||
# SOA
|
||||
[soa]
|
||||
# serial number
|
||||
id=1
|
||||
# Hostmaster email address
|
||||
hostmaster=hostmaster@example.com
|
||||
# Name server
|
||||
ns=ns1.example.com
|
||||
|
||||
|
||||
# nameservers
|
||||
[nameservers]
|
||||
ns1.example.com=127.0.0.1
|
||||
ns2.example.com=127.0.0.1
|
||||
|
Reference in New Issue
Block a user