Use new entry after acmedns db reset
All checks were successful
/ Ansible Lint (push) Successful in 2m25s
All checks were successful
/ Ansible Lint (push) Successful in 2m25s
This commit is contained in:
parent
3086c2b60c
commit
2350710177
2 changed files with 6 additions and 6 deletions
|
|
@ -34,11 +34,11 @@ endpoints:
|
|||
# https://github.com/joohoi/acme-dns/blob/b7a0a8a7bcef39f6158dd596fe716594a170d362/validation.go#L34-L41
|
||||
body: |
|
||||
{
|
||||
"subdomain": "c621ef99-3da9-4ef6-a152-3a82b9b720f8",
|
||||
"subdomain": "4d2c4dd5-5d06-40bb-a133-e0e1e57f7514",
|
||||
"txt": "________________gatus_test_________________"
|
||||
}
|
||||
headers:
|
||||
X-Api-User: "b897048a-1526-42aa-bc24-e4dfd654b722"
|
||||
X-Api-User: "fc8acf7b-a1e9-4bb9-b1b0-dac5443bb27c"
|
||||
X-Api-Key: "${ACME_DNS_UPDATE_TEST_X_API_KEY}"
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
|
|
@ -49,7 +49,7 @@ endpoints:
|
|||
url: "acmedns.hosts.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "c621ef99-3da9-4ef6-a152-3a82b9b720f8.auth.acmedns.hamburg.ccc.de"
|
||||
query-name: "4d2c4dd5-5d06-40bb-a133-e0e1e57f7514.auth.acmedns.hamburg.ccc.de"
|
||||
query-type: "TXT"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue