forked from mirrors/relay
Expose to outside world
This commit is contained in:
parent
7f45021afb
commit
979b2a14f8
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ async fn main() -> Result<(), anyhow::Error> {
|
|||
.service(web::resource("/actor").route(web::get().to(actor_route)))
|
||||
.service(actix_webfinger::resource::<_, RelayResolver>())
|
||||
})
|
||||
.bind("127.0.0.1:8080")?
|
||||
.bind("0.0.0.0:8080")?
|
||||
.run()
|
||||
.await?;
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue