diff --git a/src/main.rs b/src/main.rs index b193346..5986e74 100644 --- a/src/main.rs +++ b/src/main.rs @@ -82,5 +82,5 @@ fn main() { remote: get "/:remote" => remote ); - Iron::new(router).http("localhost:3000").unwrap(); + Iron::new(router).http("0.0.0.0:3000").unwrap(); }