dns already taken
This commit is contained in:
parent
65945b6e73
commit
5604c3232a
5 changed files with 10 additions and 10 deletions
|
|
@ -122,7 +122,7 @@ To use this module for the ACME DNS challenge, [configure the ACME issuer in you
|
|||
{
|
||||
"module": "acme",
|
||||
"challenges": {
|
||||
"dns": {
|
||||
"dns01": {
|
||||
"provider": {
|
||||
"name": "internal"
|
||||
}
|
||||
|
|
@ -152,7 +152,7 @@ Both are optional.
|
|||
```json
|
||||
{
|
||||
"apps": {
|
||||
"dns": {
|
||||
"dns01": {
|
||||
"address": "192.0.2.123:53",
|
||||
"records": [
|
||||
"example.com.\t3600\tIN\tA\t192.0.2.123"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue