diff --git a/src/main.rs b/src/main.rs index df1744e..8069874 100644 --- a/src/main.rs +++ b/src/main.rs @@ -87,5 +87,5 @@ async fn main() { } }) .map(|reply| warp::reply::with_header(reply, "Content-Type", "application/rss+xml")); - warp::serve(path).run(([127, 0, 0, 1], 3030)).await; + warp::serve(path).run(([0, 0, 0, 0], 3030)).await; }