diff --git a/src/pages/selfhosted/scaling-your-self-hosted-deployment.mdx b/src/pages/selfhosted/scaling-your-self-hosted-deployment.mdx index e2c743aa..90199051 100644 --- a/src/pages/selfhosted/scaling-your-self-hosted-deployment.mdx +++ b/src/pages/selfhosted/scaling-your-self-hosted-deployment.mdx @@ -327,6 +327,15 @@ Relays: [rels://relay-eu.example.com:443] is Available ``` +You can also test failover by stopping one of the relay servers and checking the status again. The client will detect the unavailable server and use the remaining one: + +``` +Relays: + [stun:relay-us.example.com:3478] is Available + [stun:relay-eu.example.com:3478] is Unavailable, reason: stun request: context deadline exceeded + [rels://relay-us.example.com:443] is Available +``` + ### 3.3 Test Relay Connectivity You can force all peer connections through relay to verify it works end-to-end. On a client, run: