Skip to content

Instantly share code, notes, and snippets.

View FazziCLAY's full-sized avatar
:shipit:

FazziCLAY FazziCLAY

:shipit:
View GitHub Profile
@FazziCLAY
FazziCLAY / disable-ech.bat
Last active June 30, 2025 22:56
[Windows] Disable ClientHello in CloudFlare
@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
@FazziCLAY
FazziCLAY / disable-ech.sh
Last active August 15, 2025 06:45
Disable Encrypted ClientHello in CloudFlare
# 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