Skip to content

Commit 71a24aa

Browse files
authored
Enable Smart Placement
From https://developers.cloudflare.com/workers/configuration/smart-placement/, probably not that significant if the DoH endpoint is already globally available anyway.
1 parent acfd223 commit 71a24aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ name = "doh"
22
workers_dev = true
33
compatibility_date = "2024-01-26"
44
main = "index.js"
5+
6+
[placement]
7+
mode = "smart"

0 commit comments

Comments
 (0)