mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-02 06:22:20 +00:00
feat(conditions): document comment
This commit is contained in:
parent
d338274214
commit
ec2356c646
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class DnsMonitorType extends MonitorType {
|
|||
new ConditionVariable("record", defaultStringOperators),
|
||||
];
|
||||
|
||||
// When true, this enforces all records to fullfil every condition
|
||||
enforceAllConditions = process.env.UPTIME_KUMA_CONDITIONS_ALL
|
||||
? process.env.UPTIME_KUMA_CONDITIONS_ALL !== "0"
|
||||
: false;
|
||||
|
|
Loading…
Add table
Reference in a new issue