Skip to content

Commit f3e4307

Browse files
feat(iroh): update to new relay servers (#3412)
## Description These are the ones with the new `0.91` relay code
1 parent ee08341 commit f3e4307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iroh/src/defaults.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ pub mod prod {
2323
use super::*;
2424

2525
/// Hostname of the default NA relay.
26-
pub const NA_RELAY_HOSTNAME: &str = "use1-1.relay.n0.iroh-canary.iroh.link.";
26+
pub const NA_RELAY_HOSTNAME: &str = "use1-1.relay.n0.iroh.iroh.link.";
2727
/// Hostname of the default EU relay.
28-
pub const EU_RELAY_HOSTNAME: &str = "euc1-1.relay.n0.iroh-canary.iroh.link.";
28+
pub const EU_RELAY_HOSTNAME: &str = "euc1-1.relay.n0.iroh.iroh.link.";
2929
/// Hostname of the default Asia-Pacific relay.
30-
pub const AP_RELAY_HOSTNAME: &str = "aps1-1.relay.n0.iroh-canary.iroh.link.";
30+
pub const AP_RELAY_HOSTNAME: &str = "aps1-1.relay.n0.iroh.iroh.link.";
3131

3232
/// Get the default [`RelayMap`].
3333
pub fn default_relay_map() -> RelayMap {

0 commit comments

Comments
 (0)