Skip to content

Commit

Permalink
Improve jsdoc comment on server.domain with IP tunnel.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Feb 2, 2024
1 parent adec0ae commit f9694da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ config.express.fastifyOptions.trustProxy = true;

In `config/server.js`:
```js
// accept connections from any IP
// accept connections from any interface on your device
config.server.domain = '0.0.0.0';
// this should be website the IP tunnel will host on
config.server.host = 'your.host.name';
Expand Down

0 comments on commit f9694da

Please # to comment.