chore: Add check-domain-expiration to placeholder configuration file

This commit is contained in:
TwiN 2022-09-07 18:19:57 -04:00
parent 46d6d6c733
commit e51abaf5bd

View File

@ -45,3 +45,9 @@ endpoints:
interval: 1m
conditions:
- "[CONNECTED] == true"
- name: check-domain-expiration
url: "https://example.org/"
interval: 1h
conditions:
- "[DOMAIN_EXPIRATION] > 720h"