0.0.2 • Published 3 years ago

@netzon-oss/cloudflare-watch v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Introduction

Pingdom Cloudflare Sync

This is a very simple program that syncs the IP addresses of Pingdom's probes to a Cloudflare list. It is written in TypeScript and uses the Cloudflare API and IPInfo for reporting IP information.

Only supports https://my.pingdom.com/probes/ipv4 for now! Some issues encountered when dealing with ipv6.

npm run build && node dist/index.js pingdom \
     --sourceUrl "https://my.pingdom.com/probes/ipv4" \
     --listId "{cloudflare_list_id}" \
     --tokenIpInfo "{ipinfo_token}" \
     --token "{cloudflare_token}" \
     --accountId "{cloudflare_account_id}" \
     --email "{cloudflare_email_address}"
0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago