Skip to content

Commit

Permalink
changed 127.0.0.1 to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Sep 22, 2023
1 parent 825fa24 commit d889de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ async fn main() -> std::io::Result<()> {
.service(changepass)
.service(changepassform)
})
.bind(("127.0.0.1", 21114))?
.bind(("0.0.0.0", 21114))?
.run()
.await
}

0 comments on commit d889de1

Please sign in to comment.