mirror of
https://git.asonix.dog/asonix/relay.git
synced 2025-11-29 12:03:28 +00:00
Expose to outside world
This commit is contained in:
parent
7f45021afb
commit
979b2a14f8
|
|
@ -108,7 +108,7 @@ async fn main() -> Result<(), anyhow::Error> {
|
||||||
.service(web::resource("/actor").route(web::get().to(actor_route)))
|
.service(web::resource("/actor").route(web::get().to(actor_route)))
|
||||||
.service(actix_webfinger::resource::<_, RelayResolver>())
|
.service(actix_webfinger::resource::<_, RelayResolver>())
|
||||||
})
|
})
|
||||||
.bind("127.0.0.1:8080")?
|
.bind("0.0.0.0:8080")?
|
||||||
.run()
|
.run()
|
||||||
.await?;
|
.await?;
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user