stephenh / mirror

A tool for real-time, two-way sync for remote (e.g. desktop/laptop) development
Apache License 2.0
393 stars 35 forks source link

Support custom host for server #52

Closed ccat3z closed 4 years ago

ccat3z commented 4 years ago

add -h options for server

mirror server -h 127.0.0.1 -p 49172 will listen on 127.0.0.1:49172. Maybe useful when no firewall is configed.

stephenh commented 4 years ago

Nice, thanks!