fix rpc packet route before first route info exchange (#516)

* fix rpc packet route before first route info exchange
* fix install script
* update config server help
This commit is contained in:
Sijie.Sun
2024-12-19 09:25:25 +08:00
committed by GitHub
parent c4d8ea4fec
commit 4bb72b5606
9 changed files with 37 additions and 22 deletions

View File

@@ -47,7 +47,7 @@ const onRegister = async () => {
}
};
const defaultApiHost = 'http://47.115.208.211:11211'
const defaultApiHost = 'http://easytier.cn:11211'
const apiHost = ref<string>(defaultApiHost)
const apiHostSuggestions = ref<Array<string>>([])
const apiHostSearch = async (event: { query: string }) => {