readme: make note that forwarder is compile flag
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
15e53a116a
commit
670b390096
1 changed files with 6 additions and 0 deletions
|
|
@ -135,6 +135,12 @@ There are no config options, but an empty config entry is still needed:
|
|||
|
||||
* name: `forwarder`
|
||||
|
||||
You need to compile with the `forwarder` feature to enable this filter:
|
||||
|
||||
```sh
|
||||
$ cargo build --features forwarder --release
|
||||
```
|
||||
|
||||
The forwarder filter allows you to forward notes to another relay. Notes will
|
||||
be queued if the connection goes down (up to the `queue_size` buffer limit)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue