From 0a28d25c453fad665e05f4a7ffc997818a33d66a Mon Sep 17 00:00:00 2001 From: xffish Date: Fri, 3 Oct 2025 23:36:32 +0800 Subject: [PATCH] fix: fix issue #11 typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39312de..e520bb8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ There are two relay servers available, one in Washington (WA), one in Shanghai. - `relay.aosc.io`: IPv4 only, routed via [Microsoft global network](https://learn.microsoft.com/azure/networking/microsoft-global-network), **developers outside of China** should choose this. Connect to this server with `ssh `. - `relay-ipv6.aosc.io`: IPv6 only, routed via Microsoft global network, **developers outside of China with IPv6** should choose this. Connect to this server with `ssh -ipv6`. - `relay-cn.aosc.io`: IPv4 only, routed via Microsoft global network, **developers in China** should choose this. Connect to this server with `ssh -cn`. -- `relay-cn-ipv6.aosc.io`: IPv4 only, routed via Microsoft global network, **developers in China with IPv6** should choose this. Connect to this server with `ssh -cn-ipv6`. +- `relay-cn-ipv6.aosc.io`: IPv6 only, routed via Microsoft global network, **developers in China with IPv6** should choose this. Connect to this server with `ssh -cn-ipv6`. - `relay-inet.aosc.io`: IPv4 only, [routed over public Internet (ISP network)](https://learn.microsoft.com/azure/virtual-network/ip-services/routing-preference-overview#routing-over-public-internet-isp-network), **suitable for only specific cases**, such as outage with Microsoft global network. Connect to this server with `ssh -inet`. Some but not all buildbots are directly accessible from public Internet. These configurations are also included. Works best if the developer is geographically (and digitally) nearby. Connect with `ssh -direct`.