diff --git a/src/peer_channels.rs b/src/peer_channels.rs index c898c04913..ccc3b1059a 100644 --- a/src/peer_channels.rs +++ b/src/peer_channels.rs @@ -229,7 +229,9 @@ impl Context { RelayMode::Default } #[cfg(not(test))] - RelayMode::Disabled + RelayMode::Custom(RelayMap::from_url( + Url::parse("ir.testrun.org").unwrap().into(), + )) }; let endpoint = Endpoint::builder()