Skip to content

Commit

Permalink
doc: Update example config to use IPv4 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound authored Nov 28, 2023
1 parent 822deca commit 97188b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ Or run prebuilt docker:
docker run -p 8090:8090 -p 8091:8091 --env-file=.env -t ghcr.io/foxssake/noray:main
```

#### EADDRNOTAVAIL

If you get an `EADDRNOTAVAIL` error when trying to listen on an IPv6 address,
you either need to [enable IPv6 in Docker], or choose an IPv4 host address to
listen on, e.g. '0.0.0.0' or 'localhost'.

[enable IPv6 in Docker]: https://docs.docker.com/config/daemon/ipv6/

## Documentation

### Protocol
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxssake/noray",
"version": "1.3.3",
"version": "1.3.4",
"description": "Online multiplayer orchestrator and potential game platform",
"main": "src/noray.mjs",
"bin": {
Expand Down

0 comments on commit 97188b9

Please sign in to comment.