Skip to content

Commit f4e9a50

Browse files
committed
docs(readme): fix DNS policy example with clarifying comment
1 parent 9f4aec1 commit f4e9a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ destination = "api.anthropic.com"
175175
protocols = ["http", "https"]
176176

177177
[[allow]]
178-
destination = "dns.google"
178+
destination = "*.github.com" # matches the domain being queried, not the resolver
179179
protocols = ["dns"]
180180

181181
[[ask]]

0 commit comments

Comments
 (0)