Skip to content

Commit

Permalink
Update readme with new arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
GRVYDEV committed Jan 11, 2021
1 parent bfe15c0 commit afa19e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ go build
```

#### Arguments
| Argument | Supported Values | Defaults | Notes |
| :----------- | :--------------- | :------- | :---------------- |
| Argument | Supported Values | Defaults | Notes |
| :-------- | :--------------- | :------- | :---------------- |
| `--addr` | A valid IP address | `localhost` | This is the local Ip address of your machine. It defaults to localhost but should be set to your local IP. For example 10.17.0.5 This is where the server will listen for UDP packets and where it will host the websocket endpoint for SDP negotiation|
| `--ip` | A valid IP address | `none` | Sets the public IP address for WebRTC to use. This is especially useful in the context of Docker|
| `--ports` | A valid UDP port range | `20000-20500` | This sets the UDP ports that WebRTC will use to connect with the client |
Expand Down

0 comments on commit afa19e7

Please sign in to comment.