Page MenuHomeDevCentral

config.cfg
No OneTemporary

config.cfg

[general]
listen = "0.0.0.0:53"
protocol = "both"
domain = "{{ domain }}"
nsname = "{{ domain }}"
nsadmin = "{{ nsadmin }}"
records = [
"{{ domain }}. A {{ ip }}",
"{{ domain }}. NS {{ domain }}.",
]
debug = false
[database]
engine = "sqlite3"
connection = "/var/lib/acme-dns/acme-dns.db"
[api]
ip = "0.0.0.0"
disable_registration = false
port = "80"
tls = "none"
corsorigins = [
"*"
]
use_header = true
header_name = "X-Forwarded-For"
[logconfig]
loglevel = "warning"
logtype = "stdout"
logformat = "text"

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 12:13 (5 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3702502
Default Alt Text
config.cfg (522 B)

Event Timeline