From 126fc4a7bc7cbd8612761666f89f33b29fd26d0f Mon Sep 17 00:00:00 2001 From: uoosef Date: Sat, 5 Aug 2023 08:24:22 +0330 Subject: [PATCH] fix cloudflare loopback error, apparently cf worker can connect to cloudflare ips and original author of script uses some self hosted scripts inorder to proxy cf to requests --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index dabd6c2..50b4c09 100644 --- a/config.json +++ b/config.json @@ -7,8 +7,8 @@ "SniChunksLength": [1, 5], "ChunksLengthAfterSni": [1, 5], "DelayBetweenChunks": [1, 10], - "WorkerAddress": "https://hello-world-rapid-boat-c250.uoosef.workers.dev/dns-query", + "WorkerAddress": "https:///dns-query", "WorkerIPPortAddress": "104.31.16.161:443", - "WorkerEnabled": true, - "WorkerDNSOnly": false + "WorkerEnabled": false, + "WorkerDNSOnly": true } \ No newline at end of file