]> Untitled Git - lemmy.git/blobdiff - config/config.hjson
Change join.lemmy.ml to join-lemmy.org (#1628)
[lemmy.git] / config / config.hjson
index 1ab231c2ff1288c2ff120333407d4da95d6b2f7c..461efa0d36f843623204750eff5baeda11a4dc80 100644 (file)
     # whether to enable activitypub federation.
     enabled: false
     # Allows and blocks are described here:
-    # https://join.lemmy.ml/docs/en/federation/administration.html#instance-allowlist-and-blocklist
+    # https://join-lemmy.org/docs/en/federation/administration.html#instance-allowlist-and-blocklist
     #
-    # comma separated list of instances with which federation is allowed
-    # Only one of these blocks should be uncommented
+    # 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: []
+    # 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
@@ -88,4 +90,8 @@
 #    # whether or not smtp connections should use tls
 #    use_tls: true
 #  }
+  # additional_slurs:
+  #  '''
+  #  (\bThis\b)|(\bis\b)|(\bsample\b)
+  #  '''
 }