Skip to content

Commit

Permalink
Updated README with the -listen-all flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed May 7, 2024
1 parent 57d2abc commit ef2ce72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ should output

Which exposes the [go-da] interface over JSONRPC and can be accessed with an HTTP client like [xh][xh]:

You can also run mock-da with a `-listen-all` flag which will make the process listen on 0.0.0.0 so that it can be accessed from other machines.

```sh
$ ./mock-da -listen-all
2024/04/11 12:23:34 Listening on: 0.0.0.0:7980
```

### MaxBlobSize

```sh
Expand Down

0 comments on commit ef2ce72

Please sign in to comment.