puma-dev
puma-dev copied to clipboard
Add `-listen-address` and `-install-listen-address` flags for macOS
This could solve the issues outlined in #306, where users want to specify the addresses they listen to on puma-dev.
-listen-address defaults to 127.0.0.1, and -install-listen-address to keep existing behavior.
NOTE: these do not have tests yet, this is my first attempts at working in Go, so it's a starting point and definitely needs reviewed