This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM Made by fazziclay.com | |
REM Related: https://habr.com/ru/articles/856602/ | |
REM LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5 | |
REM WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be | |
REM scroll down in overview domain | |
set ID_ZONE=1111 | |
REM https://dash.cloudflare.com/profile/api-tokens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Made by fazziclay.com | |
# Related: https://habr.com/ru/articles/856602/ | |
# LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5 | |
# WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be | |
# scroll down in overview domain | |
ID_ZONE=enter | |
# https://dash.cloudflare.com/profile/api-tokens | |
GLOBAL_API_KEY=enter |