Skip to content

Commit

Permalink
Add 240/ ranges to Miniflare (#6273)
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Jul 19, 2024
1 parent 810e36e commit fa42d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/miniflare/src/plugins/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ export function getGlobalServices({
network: {
// Allow access to private/public addresses:
// https://github.com/cloudflare/miniflare/issues/412
allow: ["public", "private"],
allow: ["public", "private", "240.0.0.0/4"],
deny: [],
tlsOptions: {
trustBrowserCas: true,
Expand Down

0 comments on commit fa42d7c

Please sign in to comment.