Skip to content

Commit 44e4211

Browse files
authored
Fix powerpipe server docs (#70)
1 parent e8c0449 commit 44e4211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/run/server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Like all Powerpipe commands, `powerpipe server` will load the mod from the curre
2222
powerpipe server --mod-location ~/my_powerpipe_mod
2323
```
2424

25-
By default, Powerpipe will listen on all network interfaces, but you can pass `--listen local` if you only want to listen on the loopback addresses:
25+
By default, Powerpipe will accept connections from local (localhost only), but you can pass `--listen network` if you only want to listen on all network interfaces:
2626

2727
```bash
28-
powerpipe server --listen local
28+
powerpipe server --listen network
2929
```
3030

3131
Powerpipe listens on port 9033 by default, but you can use the `--port` argument to use a different one:

0 commit comments

Comments
 (0)