mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 09:01:54 +08:00
xconfig配置多节点,名称相同时会导致加载不出来 #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LAOZTK on GitHub (Jul 2, 2021).
{
"nodes": [
["node1", "https://123.com/x.php"],
["node2", "https://456.com/x.php"]
]
}
比如这样配置会导致node2无法正常加载,请问是bug还是就是设定节点名称不能相同?
@kmvan commented on GitHub (Jul 2, 2021):
名称不能相同