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 January 31, 2025 17:44
[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 April 24, 2025 18:05
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