Files
rojo/src
MSAA 0e7ba839ed change server bind address (#403)
* web/mod.rs - change server bind address

127.0.0.1 is a loopback interface, and only works on the same host
0.0.0.0 will allow connections from other hosts

ideally, this should be a console arg - but it's a quick fix

* implement --address option, revert default bind address to 127.0.0.1

* revert silly autoformatting

* ok, actually using rustfmt now

* More precise --address flag description

* Use SocketAddr where available, take advantage of const-ness

* Display 'localhost' if address is loopback

* Update Changelog

Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
2021-03-18 22:41:31 -04:00
..
2021-03-18 22:41:31 -04:00
2021-03-18 22:41:31 -04:00
2019-10-17 18:22:53 -07:00
2020-01-08 17:58:37 -08:00
2021-02-18 20:56:09 -05:00
2020-09-09 17:39:24 -07:00
2019-10-17 18:22:53 -07:00
2021-02-18 20:56:09 -05:00
2019-10-17 18:22:53 -07:00