0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 17:18:19 +02:00
synapse/tests/app
Eric Eastwood 1c802de626
Re-introduce the outbound federation proxy (#15913)
Allow configuring the set of workers to proxy outbound federation traffic through (`outbound_federation_restricted_to`).

This is useful when you have a worker setup with `federation_sender` instances responsible for sending outbound federation requests and want to make sure *all* outbound federation traffic goes through those instances. Before this change, the generic workers would still contact federation themselves for things like profile lookups, backfill, etc. This PR allows you to set more strict access controls/firewall for all workers and only allow the `federation_sender`'s to contact the outside world.
2023-07-18 09:49:21 +01:00
..
__init__.py Integrate presence from hotfixes (#3694) 2018-08-18 01:08:45 +10:00
test_homeserver_start.py Remove worker_replication_* deprecated settings, with helpful errors on startup (#15860) 2023-07-07 07:45:25 +00:00
test_openid_listener.py Re-introduce the outbound federation proxy (#15913) 2023-07-18 09:49:21 +01:00
test_phone_stats_home.py Remove old R30 because R30v2 supercedes it (#10428) 2023-05-19 11:13:44 -05:00