Skip to content

Commit

Permalink
fix: use "ir.testrun.org" as default url
Browse files Browse the repository at this point in the history
  • Loading branch information
Septias committed May 27, 2024
1 parent cc4d351 commit a1051e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/peer_channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a1051e9

Please sign in to comment.