documented what it does and the example config

develop
Rachel Fae Fox (foxiepaws) 2019-06-23 19:47:37 -04:00
parent 9f0913cf8a
commit d6064c7dfa
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
A generic LitePub message relay.
# NOTICE: This is the local fork of ActivityRelay running at otherkin.club. If you wish to run your own, you should look at [the main repo](https://git.pleroma.social/pleroma/relay)
# NOTICE: This is the local fork of ActivityRelay running at relay.therkin.club. If you wish to run your own, you should look at [the main repo](https://git.pleroma.social/pleroma/relay)
## Copyleft
@ -70,3 +70,7 @@ This will show the available management tasks:
When following remote relays, you should use the `/actor` endpoint as you would in
Pleroma and other LitePub-compliant software.
## Changes
This fork switches from a blacklist to a whitelist based system. Thats literally about it.

View File

@ -17,4 +17,6 @@ ap:
blocked_instances:
- 'bad-instance.example.com'
- 'another-bad-instance.example.com'
allowed_instances:
- 'good-instance.example.com'
- 'my-instance.example.com'