Skip to content

Commit

Permalink
fix cloudflare loopback error, apparently cf worker can connect to cl…
Browse files Browse the repository at this point in the history
…oudflare ips and original author of script uses some self hosted scripts inorder to proxy cf to requests
  • Loading branch information
uoosef committed Aug 5, 2023
1 parent b02abc3 commit 126fc4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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://<YOUR_WORKER_ADDRESS>/dns-query",
"WorkerIPPortAddress": "104.31.16.161:443",
"WorkerEnabled": true,
"WorkerDNSOnly": false
"WorkerEnabled": false,
"WorkerDNSOnly": true
}

0 comments on commit 126fc4a

Please sign in to comment.