1
0
Fork 0

Make the proxy functionality optional

This commit is contained in:
Michael 2021-09-09 12:40:19 +00:00
commit bdb5aa6bd9
8 changed files with 225 additions and 200 deletions

View file

@ -164,6 +164,10 @@ return [
// Comma separated list of tags that are rejected.
'relay_deny_tags' => '',
// proxify_content (Boolean)
// Use the proxy functionality for fetching external content
'proxify_content' => true,
// relay_directly (Boolean)
// Directly transmit content to relay subscribers without using a relay server
'relay_directly' => false,