MisterFixx / Delete all cloudflare IP access rules
0 curtidas
0 bifurcações
1 arquivos
Última atividade
1 | import axios from 'axios'; |
2 | import pLimit from 'p-limit'; |
3 | const CONCURRENCY_LIMIT = 2; // setting this to any higher value will make cloudflare block you for 5 minutes |
4 | |
5 | const api = axios.create({ |
6 | baseURL: 'https://api.cloudflare.com/client/v4', |
7 | headers: { |
8 | "X-Auth-Email": "deez", |
9 | "X-Auth-Key": "peter_griffin", |
10 | "Content-Type": "application/json" |
Próximo
Anterior