Fix another line

This commit is contained in:
Dessalines 2021-08-04 11:11:24 -04:00
parent 3accef42e3
commit bb87f193bb

View file

@ -5,7 +5,6 @@ Lemmy has three types of federation:
- Allowlist: Explicitly list instances to connect to. - Allowlist: Explicitly list instances to connect to.
- BlockList: Explicitly list instances to not connect to. Federation is open to all other instances. - BlockList: Explicitly list instances to not connect to. Federation is open to all other instances.
- Open: Federate with all potential instances. - Open: Federate with all potential instances.
- Strict Allowlist: Only federate with allowlist, and block everything else.
**Federation is not set up by default.** You can add this [this federation block](https://github.com/lemmynet/lemmy/blob/main/config/config.hjson#L64) to your `lemmy.hjson`, and ask other servers to add you to their allowlist. **Federation is not set up by default.** You can add this [this federation block](https://github.com/lemmynet/lemmy/blob/main/config/config.hjson#L64) to your `lemmy.hjson`, and ask other servers to add you to their allowlist.