mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 05:37:23 +08:00
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:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user