Skip to content

Commit

Permalink
Document server option
Browse files Browse the repository at this point in the history
  • Loading branch information
arj03 committed Feb 24, 2019
1 parent 6595d1e commit fb42c65
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 @@ -108,7 +108,7 @@ likewise, `onion` should be in the public scope, because you can connect to it o
- `local` - alias to private
- `device` - "localhost". accessable only on the same device.
- `external` *(array of strings)* ... for use in combination with public scope. this is the external domain given out as the address to peers.
- `server` .... TODO ??
- `server` - used for ws plugin to run over TLS. Needs to be an object that gets passed to [pull-ws](https://github.com/pull-stream/pull-ws). Two keys are needed: `key` - the private key and an `address` function that returns an object with a `port` key.

---

Expand Down

0 comments on commit fb42c65

Please sign in to comment.