mitsuhiko / systemfd

Development helper utility for helping with auto reloading for projects supporting systemd socket activation
Apache License 2.0
468 stars 17 forks source link

[Feature Request] support custom address argument #8

Closed chengcyber closed 1 year ago

chengcyber commented 4 years ago

Question

I checked the code-base, and see the address is hard code to 127.0.0.1, I would like to pass a 0.0.0.0 as a host.

Expect

sth like this: systemfd -s http::0.0.0.0::3000

whentze commented 1 year ago

This actually works already, the hardcoded 127.0.0.1 is just for when you don't give an address.

The syntax looks like this:

systemfd -s http::0.0.0.0:3000