mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-27 21:06:38 +00:00
Add relay failover test
This commit is contained in:
@@ -327,6 +327,15 @@ Relays:
|
|||||||
[rels://relay-eu.example.com:443] is Available
|
[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
|
### 3.3 Test Relay Connectivity
|
||||||
|
|
||||||
You can force all peer connections through relay to verify it works end-to-end. On a client, run:
|
You can force all peer connections through relay to verify it works end-to-end. On a client, run:
|
||||||
|
|||||||
Reference in New Issue
Block a user