mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-26 15:32:18 +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(actix_webfinger::resource::<_, RelayResolver>())
|
||||
})
|
||||
.bind("127.0.0.1:8080")?
|
||||
.bind("0.0.0.0:8080")?
|
||||
.run()
|
||||
.await?;
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in New Issue
Block a user