File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ pub mod prod {
23
23
use super :: * ;
24
24
25
25
/// 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." ;
27
27
/// 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." ;
29
29
/// 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." ;
31
31
32
32
/// Get the default [`RelayMap`].
33
33
pub fn default_relay_map ( ) -> RelayMap {
You can’t perform that action at this time.
0 commit comments