Hugging8N / dns-fix.js

Commit History

refactor: standardize Cloudflare proxy implementation, clean up configuration, and update documentation
96b5930

somratpro commited on

fix: use direct IP for DoH resolver to avoid DNS recursion
83aef87

somratpro commited on

fix: add recursion guard to dns-fix.js to prevent stack overflow
5c33724

somratpro commited on

chore: align networking configuration with HuggingClaw
cd25f84

somratpro commited on

fix: use original unpatched http/https functions to 100% avoid recursion
2543611

somratpro commited on

fix: use AsyncLocalStorage for robust recursion guard
d68b341

somratpro commited on

fix: prevent recursion in transparent proxy
6851577

somratpro commited on

feat: implement transparent application-level proxy via fetch for blocked domains
556dbe3

somratpro commited on

fix: explicitly force DoH for Telegram and Discord domains
94c2797

somratpro commited on

chore: add connection logging to dns-fix.js
b6bb093

somratpro commited on

fix: revert Telegram SNI workaround and restore proper dns-fix.js behavior
9c5c64a

somratpro commited on

fix: Telegram+Discord TLS/SNI bypass via Cloudflare Worker proxy
1a290be

somratpro commited on

fix: resolve dns resolution issues by updating configuration in dns-fix.js
3deb622

somratpro commited on

fix: disable keep-alive on global HTTP/HTTPS agents to prevent ECONNRESET errors on Hugging Face Spaces
c1023d2

somratpro commited on

chore: add log message for dns-fix.js preload script verification
a126eae

somratpro commited on

fix: update DoH provider to cloudflare-dns.com and improve error logging/bypass logic
4b00189

somratpro commited on

fix: suppress pip root warnings and prioritize DoH resolution over system DNS to bypass sinkholing
fe4dc91

somratpro commited on

feat: implement DNS-over-HTTPS fallback via custom preload script to resolve connectivity issues on HuggingFace Spaces
bf816b7

somratpro commited on