Skip to content

Commit 06ff99c

Browse files
committed
chore: generate
1 parent 68f505b commit 06ff99c

File tree

6 files changed

+107
-8
lines changed

6 files changed

+107
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,37 +200,37 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
200200
<td><a href="https://go-acme.github.io/lego/dns/simply/">Simply.com</a></td>
201201
<td><a href="https://go-acme.github.io/lego/dns/sonic/">Sonic</a></td>
202202
<td><a href="https://go-acme.github.io/lego/dns/stackpath/">Stackpath</a></td>
203-
<td><a href="https://go-acme.github.io/lego/dns/tencentcloud/">Tencent Cloud DNS</a></td>
203+
<td><a href="https://go-acme.github.io/lego/dns/technitium/">Technitium</a></td>
204204
</tr><tr>
205+
<td><a href="https://go-acme.github.io/lego/dns/tencentcloud/">Tencent Cloud DNS</a></td>
205206
<td><a href="https://go-acme.github.io/lego/dns/timewebcloud/">Timeweb Cloud</a></td>
206207
<td><a href="https://go-acme.github.io/lego/dns/transip/">TransIP</a></td>
207208
<td><a href="https://go-acme.github.io/lego/dns/safedns/">UKFast SafeDNS</a></td>
208-
<td><a href="https://go-acme.github.io/lego/dns/ultradns/">Ultradns</a></td>
209209
</tr><tr>
210+
<td><a href="https://go-acme.github.io/lego/dns/ultradns/">Ultradns</a></td>
210211
<td><a href="https://go-acme.github.io/lego/dns/variomedia/">Variomedia</a></td>
211212
<td><a href="https://go-acme.github.io/lego/dns/vegadns/">VegaDNS</a></td>
212213
<td><a href="https://go-acme.github.io/lego/dns/vercel/">Vercel</a></td>
213-
<td><a href="https://go-acme.github.io/lego/dns/versio/">Versio.[nl|eu|uk]</a></td>
214214
</tr><tr>
215+
<td><a href="https://go-acme.github.io/lego/dns/versio/">Versio.[nl|eu|uk]</a></td>
215216
<td><a href="https://go-acme.github.io/lego/dns/vinyldns/">VinylDNS</a></td>
216217
<td><a href="https://go-acme.github.io/lego/dns/vkcloud/">VK Cloud</a></td>
217218
<td><a href="https://go-acme.github.io/lego/dns/volcengine/">Volcano Engine/火山引擎</a></td>
218-
<td><a href="https://go-acme.github.io/lego/dns/vscale/">Vscale</a></td>
219219
</tr><tr>
220+
<td><a href="https://go-acme.github.io/lego/dns/vscale/">Vscale</a></td>
220221
<td><a href="https://go-acme.github.io/lego/dns/vultr/">Vultr</a></td>
221222
<td><a href="https://go-acme.github.io/lego/dns/webnames/">Webnames</a></td>
222223
<td><a href="https://go-acme.github.io/lego/dns/websupport/">Websupport</a></td>
223-
<td><a href="https://go-acme.github.io/lego/dns/wedos/">WEDOS</a></td>
224224
</tr><tr>
225+
<td><a href="https://go-acme.github.io/lego/dns/wedos/">WEDOS</a></td>
225226
<td><a href="https://go-acme.github.io/lego/dns/yandex360/">Yandex 360</a></td>
226227
<td><a href="https://go-acme.github.io/lego/dns/yandexcloud/">Yandex Cloud</a></td>
227228
<td><a href="https://go-acme.github.io/lego/dns/yandex/">Yandex PDD</a></td>
228-
<td><a href="https://go-acme.github.io/lego/dns/zoneee/">Zone.ee</a></td>
229229
</tr><tr>
230+
<td><a href="https://go-acme.github.io/lego/dns/zoneee/">Zone.ee</a></td>
230231
<td><a href="https://go-acme.github.io/lego/dns/zonomi/">Zonomi</a></td>
231232
<td></td>
232233
<td></td>
233-
<td></td>
234234
</tr></table>
235235

236236
<!-- END DNS PROVIDERS LIST -->

cmd/zz_gen_cmd_dnshelp.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/dns/zz_gen_technitium.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: "Technitium"
3+
date: 2019-03-03T16:39:46+01:00
4+
draft: false
5+
slug: technitium
6+
dnsprovider:
7+
since: "v4.20.0"
8+
code: "technitium"
9+
url: "https://technitium.com/"
10+
---
11+
12+
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
13+
<!-- providers/dns/technitium/technitium.toml -->
14+
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
15+
16+
17+
Configuration for [Technitium](https://technitium.com/).
18+
19+
20+
<!--more-->
21+
22+
- Code: `technitium`
23+
- Since: v4.20.0
24+
25+
26+
Here is an example bash command using the Technitium provider:
27+
28+
```bash
29+
TECHNITIUM_SERVER_BASE_URL="https://localhost:5380" \
30+
TECHNITIUM_API_TOKEN="xxxxxxxxxxxxxxxxxxxxx" \
31+
lego --email you@example.com --dns technitium -d '*.example.com' -d example.com run
32+
```
33+
34+
35+
36+
37+
## Credentials
38+
39+
| Environment Variable Name | Description |
40+
|-----------------------|-------------|
41+
| `TECHNITIUM_API_TOKEN` | API token |
42+
| `TECHNITIUM_SERVER_BASE_URL` | Server base URL |
43+
44+
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
45+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
46+
47+
48+
## Additional Configuration
49+
50+
| Environment Variable Name | Description |
51+
|--------------------------------|-------------|
52+
| `TECHNITIUM_HTTP_TIMEOUT` | API request timeout |
53+
| `TECHNITIUM_POLLING_INTERVAL` | Time between DNS propagation check |
54+
| `TECHNITIUM_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |
55+
| `TECHNITIUM_TTL` | The TTL of the TXT record used for the DNS challenge |
56+
57+
The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.
58+
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
59+
60+
Technitium DNS Server supports Dynamic Updates (RFC2136) for primary zones,
61+
so you can also use the [RFC2136 provider](https://go-acme.github.io/lego/dns/rfc2136/index.html).
62+
63+
64+
65+
## More information
66+
67+
- [API documentation](https://github.com/TechnitiumSoftware/DnsServer/blob/0f83d23e605956b66ac76921199e241d9cc061bd/APIDOCS.md)
68+
69+
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
70+
<!-- providers/dns/technitium/technitium.toml -->
71+
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

docs/data/zz_cli_help.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To display the documentation for a specific DNS provider, run:
141141
$ lego dnshelp -c code
142142
143143
Supported DNS providers:
144-
acme-dns, alidns, allinkl, arvancloud, auroradns, autodns, azure, azuredns, bindman, bluecat, brandit, bunny, checkdomain, civo, clouddns, cloudflare, cloudns, cloudru, cloudxns, conoha, constellix, corenetworks, cpanel, derak, desec, designate, digitalocean, directadmin, dnshomede, dnsimple, dnsmadeeasy, dnspod, dode, domeneshop, dreamhost, duckdns, dyn, dynu, easydns, edgedns, efficientip, epik, exec, exoscale, freemyip, gandi, gandiv5, gcloud, gcore, glesys, godaddy, googledomains, hetzner, hostingde, hosttech, httpnet, httpreq, huaweicloud, hurricane, hyperone, ibmcloud, iij, iijdpf, infoblox, infomaniak, internetbs, inwx, ionos, ipv64, iwantmyname, joker, liara, lightsail, limacity, linode, liquidweb, loopia, luadns, mailinabox, manual, metaname, mijnhost, mittwald, mydnsjp, mythicbeasts, namecheap, namedotcom, namesilo, nearlyfreespeech, netcup, netlify, nicmanager, nifcloud, njalla, nodion, ns1, oraclecloud, otc, ovh, pdns, plesk, porkbun, rackspace, rcodezero, regfish, regru, rfc2136, rimuhosting, route53, safedns, sakuracloud, scaleway, selectel, selectelv2, selfhostde, servercow, shellrent, simply, sonic, stackpath, tencentcloud, timewebcloud, transip, ultradns, variomedia, vegadns, vercel, versio, vinyldns, vkcloud, volcengine, vscale, vultr, webnames, websupport, wedos, yandex, yandex360, yandexcloud, zoneee, zonomi
144+
acme-dns, alidns, allinkl, arvancloud, auroradns, autodns, azure, azuredns, bindman, bluecat, brandit, bunny, checkdomain, civo, clouddns, cloudflare, cloudns, cloudru, cloudxns, conoha, constellix, corenetworks, cpanel, derak, desec, designate, digitalocean, directadmin, dnshomede, dnsimple, dnsmadeeasy, dnspod, dode, domeneshop, dreamhost, duckdns, dyn, dynu, easydns, edgedns, efficientip, epik, exec, exoscale, freemyip, gandi, gandiv5, gcloud, gcore, glesys, godaddy, googledomains, hetzner, hostingde, hosttech, httpnet, httpreq, huaweicloud, hurricane, hyperone, ibmcloud, iij, iijdpf, infoblox, infomaniak, internetbs, inwx, ionos, ipv64, iwantmyname, joker, liara, lightsail, limacity, linode, liquidweb, loopia, luadns, mailinabox, manual, metaname, mijnhost, mittwald, mydnsjp, mythicbeasts, namecheap, namedotcom, namesilo, nearlyfreespeech, netcup, netlify, nicmanager, nifcloud, njalla, nodion, ns1, oraclecloud, otc, ovh, pdns, plesk, porkbun, rackspace, rcodezero, regfish, regru, rfc2136, rimuhosting, route53, safedns, sakuracloud, scaleway, selectel, selectelv2, selfhostde, servercow, shellrent, simply, sonic, stackpath, technitium, tencentcloud, timewebcloud, transip, ultradns, variomedia, vegadns, vercel, versio, vinyldns, vkcloud, volcengine, vscale, vultr, webnames, websupport, wedos, yandex, yandex360, yandexcloud, zoneee, zonomi
145145
146146
More information: https://go-acme.github.io/lego/dns
147147
"""

providers/dns/technitium/technitium.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ lego --email you@example.com --dns technitium -d '*.example.com' -d example.com
1313
Additional = '''
1414
Technitium DNS Server supports Dynamic Updates (RFC2136) for primary zones,
1515
so you can also use the [RFC2136 provider](https://go-acme.github.io/lego/dns/rfc2136/index.html).
16+
17+
[RFC2136 provider](https://go-acme.github.io/lego/dns/rfc2136/index.html) is much better compared to the HTTP API option from security perspective.
18+
Technitium recommends to use in production over the HTTP API.
1619
'''
1720

1821
[Configuration]

providers/dns/zz_gen_dns_providers.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)