mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
feat(federation): ✨ Add bridge tokens, federation request debugging
This commit is contained in:
parent
673b7d0bae
commit
eab61b38f1
5 changed files with 122 additions and 22 deletions
|
|
@ -294,9 +294,12 @@ avatars = []
|
|||
enabled = false
|
||||
# Only lysand-ap exists for now
|
||||
software = "lysand-ap"
|
||||
# WARNING: These IPs will have signature checks disabled.
|
||||
# Only use the bridge software if you trust it.
|
||||
# If this is empty, any bridge with the correct token
|
||||
# will be able to send data to your instance
|
||||
allowed_ips = ["192.168.1.0/24"]
|
||||
# Token for the bridge software
|
||||
# Bridge must have the same token!
|
||||
token = "mycooltoken"
|
||||
|
||||
[instance]
|
||||
name = "Lysand"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue