Page MenuHomeDevCentral

config.cfg
No OneTemporary

config.cfg

# -------------------------------------------------------------
# Nasqueron :: PaaS Docker :: ACME DNS configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/paas-docker/containers/files/acme/config.cfg
# Format: TOML
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
[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
Mon, Jun 8, 09:03 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3792904
Default Alt Text
config.cfg (1 KB)

Event Timeline