Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 00213a1

Browse files
authored
Re-add public.easytier.top node to external nodes
1 parent 1a69cba commit 00213a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/easytier/publics.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ pub type PublicServers = Vec<String>;
44

55
pub fn fetch_public_nodes(_: &Room, mut external_nodes: PublicServers) -> PublicServers {
66
external_nodes.extend_from_slice(&[
7-
"tcp://public.easytier.top:11010",
87
"tcp://public2.easytier.cn:54321",
8+
"tcp://public.easytier.top:11010",
99
"https://etnode.zkitefly.eu.org/node1",
1010
"https://etnode.zkitefly.eu.org/node2",
1111
"tcp://23.145.248.157:11010",
12-
"udp://23.145.248.157:11010",
1312
].map(|s| s.into()));
1413

1514
external_nodes

0 commit comments

Comments
 (0)