matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

`federation_domain_whitelist` wildcard support #7346

Open fooness opened 4 years ago

fooness commented 4 years ago

It would be good if federation_domain_whitelist would support wildcard domains, as for example federation_certificate_verification_whitelist does support it.

#federation_certificate_verification_whitelist:
#  - lon.example.com
#  - *.domain.com
#  - *.onion
a-fellerer commented 2 years ago

Would be great.