From d6064c7dfa9c067651b8bb273a76b7e651bb7def Mon Sep 17 00:00:00 2001 From: "Rachel Fae Fox (foxiepaws)" Date: Sun, 23 Jun 2019 19:47:37 -0400 Subject: [PATCH] documented what it does and the example config --- README.md | 6 +++++- relay.yaml.example | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) 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'