-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
What version of Wrangler are you using?
2.0.23
What operating system are you using?
Windows
Describe the Bug
Up until version 2.0.23, Wrangler was listening on all available local IPs, but since then only on localhost. This broke my development environment where I develop in a VM guest and test the app in VM host.
I see you introduced a new option --local-protocol, but for some reason not --ip, but it's better to bring the old behavior back to bind to all available local IPs (or 0.0.0.0?) automatically.
Reactions are currently unavailable