We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828789a commit c2bdbe2Copy full SHA for c2bdbe2
iroh/src/defaults.rs
@@ -25,7 +25,7 @@ pub mod prod {
25
/// Hostname of the default NA east relay.
26
pub const NA_EAST_RELAY_HOSTNAME: &str = "use1-1.relay.n0.iroh-canary.iroh.link.";
27
/// Hostname of the default NA west relay.
28
- pub const NA_WEST_RELAY_HOSTNAME: &str = "https://usw1-1.relay.n0.iroh-canary.iroh.link.";
+ pub const NA_WEST_RELAY_HOSTNAME: &str = "usw1-1.relay.n0.iroh-canary.iroh.link.";
29
/// Hostname of the default EU relay.
30
pub const EU_RELAY_HOSTNAME: &str = "euc1-1.relay.n0.iroh-canary.iroh.link.";
31
/// Hostname of the default Asia-Pacific relay.
0 commit comments