diff --git a/bepass-cli/config.json b/bepass-cli/config.json index dabd6c2..a34a11b 100644 --- a/bepass-cli/config.json +++ b/bepass-cli/config.json @@ -2,11 +2,11 @@ "TLSHeaderLength": 5, "RemoteDNSAddr": "https://yarp.lefolgoc.net/dns-query", "DnsCacheTTL": 30, - "BindAddress": "127.0.0.1:8085", + "BindAddress": "0.0.0.0:8085", "ChunksLengthBeforeSni": [1, 5], "SniChunksLength": [1, 5], "ChunksLengthAfterSni": [1, 5], - "DelayBetweenChunks": [1, 10], + "DelayBetweenChunks": [20, 50], "WorkerAddress": "https://hello-world-rapid-boat-c250.uoosef.workers.dev/dns-query", "WorkerIPPortAddress": "104.31.16.161:443", "WorkerEnabled": true,