Skip to content

Commit

Permalink
add smart http proxy support, fix dns cache performance, fix find hos…
Browse files Browse the repository at this point in the history
…tname regex index out of bound err
  • Loading branch information
uoosef committed Aug 8, 2023
1 parent e5c304f commit c4f7d3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bepass/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"RemoteDNSAddr": "https://yarp.lefolgoc.net/dns-query",
"DnsCacheTTL": 30,
"BindAddress": "0.0.0.0:8085",
"ChunksLengthBeforeSni": [1000, 2000],
"SniChunksLength": [5, 5],
"ChunksLengthAfterSni": [1000, 2000],
"ChunksLengthBeforeSni": [1, 5],
"SniChunksLength": [1, 5],
"ChunksLengthAfterSni": [1, 5],
"DelayBetweenChunks": [20, 50],
"WorkerAddress": "https://hello-world-rapid-boat-c250.uoosef.workers.dev/dns-query",
"WorkerIPPortAddress": "104.31.16.104:443",
"WorkerEnabled": false,
"WorkerEnabled": true,
"WorkerDNSOnly": false
}

0 comments on commit c4f7d3c

Please sign in to comment.