adjust docs

feature/1486-lax-allowlist
Felix Ableitner 3 years ago
parent e22991a07c
commit 54c90ed742

@ -65,14 +65,13 @@
# Allows and blocks are described here:
# https://join.lemmy.ml/docs/en/federation/administration.html#instance-allowlist-and-blocklist
#
# comma separated list of instances with which federation is allowed
# list of instances with which federation is allowed
# allowed_instances: ["instance1.tld","instance2.tld"]
# comma separated list of instances which are blocked from federating
# instances which we never federate anything with (but previously federated objects are unaffected)
# blocked_instances: []
# By default, the instance allowlist only applies for federating remote communities, and for
# posts/comments made in local communities. If you also want the allowlist to filter
# posts/comments in remote instance, set this to true.
# strict_allowlist: false
# If true, only federate with instances on the allowlist and block everything else. If false,
# use allowlist only for remote communities, and posts/comments in local communities.
# strict_allowlist: true
}
captcha: {
enabled: true

Loading…
Cancel
Save