diff --git a/README.md b/README.md index 4ee5f47..4cd3208 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/relay.yaml.example b/relay.yaml.example index 4f0b69c..c4f33ae 100644 --- a/relay.yaml.example +++ b/relay.yaml.example @@ -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'