From 89cb5391fe1d8dac714aff27362f0af5a8c96f1d Mon Sep 17 00:00:00 2001 From: Dsx7 <79498453+Dsx7@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:21:58 +0600 Subject: [PATCH] Update config.yaml --- config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.yaml b/config.yaml index ec7ca89a0..f3f9b2d6c 100644 --- a/config.yaml +++ b/config.yaml @@ -37,3 +37,12 @@ monitors: url: 'https://blog.cloudflare.com/' method: GET expectStatus: 200 + + - id: linksbd.cf # unique identifier + name: linksbd.cf + description: 'Make Short Link With Powerfull API With Workers' # default=empty + url: 'https://linksbd.cf/' # URL to fetch + method: GET # default=GET + expectStatus: 200 # operational status, default=200 + followRedirect: false # should fetch follow redirects, default=false + linkable: false # allows the title to be a link, default=true