feat: remote checker should work, add config example

pull/106/head
lyc8503 2025-04-14 02:14:56 +08:00
parent 1b764b5f11
commit 751373d5dd
1 changed files with 3 additions and 2 deletions

View File

@ -55,8 +55,9 @@ const workerConfig = {
// [OPTIONAL] if specified, the response must NOT contains the keyword to be considered as operational.
responseForbiddenKeyword: 'bad gateway',
// [OPTIONAL] if specified, will call the check proxy to check the monitor, mainly for geo-specific checks
// refer to docs **TODO** before setting this value
checkProxy: 'https://xxx.example.com',
// refer to docs https://github.com/lyc8503/UptimeFlare/wiki/Check-proxy-setup before setting this value
// currently supports `worker://` and `http(s)://` proxies
checkProxy: 'https://xxx.example.com OR worker://weur',
// [OPTIONAL] if true, the check will fallback to local if the specified proxy is down
checkProxyFallback: true,
},