cube
cube copied to clipboard
Allow one to specify a bind address for http, udp, fixes problem when udp disabled.
This is useful to only listen on loopback.
Syntax in your config would look like: "http-addr": "127.0.0.1"
You can also specify a udp-addr now.
Dupe of #137 ?
Almost, this request includes 28d5571 which fixes where if udp port isn't specified then a random port isn't created.
Also I didn't see the pending pull of #137 when I wrote this sorry for the dup code!
Oh I missed that. I recreated a commit in the merge we're doing (#129) with your name, it was harder to cherry-pick, hope you don't mind.
Do not mind at all. Enjoy and thank you!