Skip to content

Commit c2bdbe2

Browse files
authored
fix: remove "https" from NA west url (#3600)
## Description Remove "https" from NA west url
1 parent 828789a commit c2bdbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh/src/defaults.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub mod prod {
2525
/// Hostname of the default NA east relay.
2626
pub const NA_EAST_RELAY_HOSTNAME: &str = "use1-1.relay.n0.iroh-canary.iroh.link.";
2727
/// Hostname of the default NA west relay.
28-
pub const NA_WEST_RELAY_HOSTNAME: &str = "https://usw1-1.relay.n0.iroh-canary.iroh.link.";
28+
pub const NA_WEST_RELAY_HOSTNAME: &str = "usw1-1.relay.n0.iroh-canary.iroh.link.";
2929
/// Hostname of the default EU relay.
3030
pub const EU_RELAY_HOSTNAME: &str = "euc1-1.relay.n0.iroh-canary.iroh.link.";
3131
/// Hostname of the default Asia-Pacific relay.

0 commit comments

Comments
 (0)