Closed theobouwman closed 1 month ago
The issue is on Synapse side. In https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#ip_range_blacklist
This option prevents outgoing requests from being sent to the specified blacklisted IP address CIDR ranges. If this option is not specified then it defaults to private IP address ranges (see the example below).
ip_range_blacklist:
- '127.0.0.0/8'
- '10.0.0.0/8'
- '172.16.0.0/12'
- '192.168.0.0/16'
- '100.64.0.0/10'
- '192.0.0.0/24'
- '169.254.0.0/16'
- '192.88.99.0/24'
- '198.18.0.0/15'
- '192.0.2.0/24'
- '198.51.100.0/24'
- '203.0.113.0/24'
- '224.0.0.0/4'
- '::1/128'
- 'fe80::/10'
- 'fc00::/7'
- '2001:db8::/32'
- 'ff00::/8'
- 'fec0::/10'
Thanks!
I want to use Synapse with Sygnal for push notifications.
When I register a pusher, and a new push notification is sent I get this error stating that the Sygnal instance is blocked?:
What could be the issue here?
Here my config: docker-compose:
Code to setPusher:
From the Synapse container I am able to access the Sygnal server with curl: