mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
33 lines
1.4 KiB
TOML
33 lines
1.4 KiB
TOML
Name = "Technitium"
|
|
Description = ''''''
|
|
URL = "https://technitium.com/"
|
|
Code = "technitium"
|
|
Since = "v4.20.0"
|
|
|
|
Example = '''
|
|
TECHNITIUM_SERVER_BASE_URL="https://localhost:5380" \
|
|
TECHNITIUM_API_TOKEN="xxxxxxxxxxxxxxxxxxxxx" \
|
|
lego --email you@example.com --dns technitium -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
Additional = '''
|
|
Technitium DNS Server supports Dynamic Updates (RFC2136) for primary zones,
|
|
so you can also use the [RFC2136 provider](https://go-acme.github.io/lego/dns/rfc2136/index.html).
|
|
|
|
[RFC2136 provider](https://go-acme.github.io/lego/dns/rfc2136/index.html) is much better compared to the HTTP API option from security perspective.
|
|
Technitium recommends to use it in production over the HTTP API.
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
TECHNITIUM_SERVER_BASE_URL = "Server base URL"
|
|
TECHNITIUM_API_TOKEN = "API token"
|
|
[Configuration.Additional]
|
|
TECHNITIUM_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
TECHNITIUM_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
TECHNITIUM_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
|
|
TECHNITIUM_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://github.com/TechnitiumSoftware/DnsServer/blob/0f83d23e605956b66ac76921199e241d9cc061bd/APIDOCS.md"
|
|
Article = "https://blog.technitium.com/2023/03/"
|