fix public server address in readme

This commit is contained in:
sijie.sun
2024-09-29 21:04:23 +08:00
committed by Sijie.Sun
parent d0a3a40a0f
commit a0ece6ad4d
4 changed files with 27 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ const publicServerSuggestions = ref([''])
function searchPresetPublicServers(e: { query: string }) {
const presetPublicServers = [
'tcp://easytier.public.kkrainbow.top:11010',
'tcp://public.easytier.top:11010',
]
const query = e.query

View File

@@ -47,7 +47,7 @@ export function DEFAULT_NETWORK_CONFIG(): NetworkConfig {
networking_method: NetworkingMethod.PublicServer,
public_server_url: 'tcp://easytier.public.kkrainbow.top:11010',
public_server_url: 'tcp://public.easytier.top:11010',
peer_urls: [],
proxy_cidrs: [],