|
@@ -2,7 +2,6 @@
|
|
|
root_path = "/srv/php/niver"
|
|
|
; Prefix in URL, if any
|
|
|
prefix =
|
|
|
-ht_path = "/srv/ht"
|
|
|
; From RFC2606: Reserved Top Level DNS Names > 2. TLDs for Testing, & Documentation Examples
|
|
|
domain_example = "example"
|
|
|
; From RFC3849: IPv6 Address Prefix Reserved for Documentation
|
|
@@ -12,7 +11,7 @@ ipv4_example = "203.0.113.42"
|
|
|
|
|
|
[reg]
|
|
|
knotc_path = "/usr/sbin/knotc"
|
|
|
-registry = niver.test
|
|
|
+registry = niver.test.
|
|
|
subdomain_regex = "^[a-z0-9]{4,63}$"
|
|
|
|
|
|
[ns]
|
|
@@ -20,6 +19,7 @@ knotc_path = "/usr/sbin/knotc"
|
|
|
knot_zones_path = "/srv/ns"
|
|
|
|
|
|
[ht]
|
|
|
+ht_path = "/srv/ht"
|
|
|
ipv6_address = "::1"
|
|
|
ipv4_address = "127.0.0.1"
|
|
|
sftp_domain = "sftp.niver.test"
|