lisdude / toaststunt

A network accessible, multi-user, programmable, interactive system for the creation of LambdaMOO style MOOs / MUDs.
63 stars 27 forks source link

Binding in listen() #76

Closed tspivey closed 1 year ago

tspivey commented 1 year ago

Currently, there's no way to bind to a specific interface or IP address in listen(). If we have a listener that's only meant to listen on localhost (e.g. designed to be used with stunnel), there's no way to do this other than with a firewall.