Skip to content

Commit

Permalink
Merge pull request #144 from RainyXeon/RainyXeon-patch-1
Browse files Browse the repository at this point in the history
add: host option to bind into 0.0.0.0 ip address
  • Loading branch information
RainyXeon authored Jul 31, 2024
2 parents 92bb35b + f4ec3a1 commit 55c3cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export class WebServer {
constructor(private client: Manager) {
this.app = Fastify({
logger: false,
host: "0.0.0.0"
});

this.app.register(
Expand Down

0 comments on commit 55c3cdf

Please sign in to comment.