local result = {
type = "anytls",
alias = entry.name,
raw_alias = entry.name,
server = entry.server,
server_port = entry.port,
password = entry.password,
tls_host = entry.sni,
insecure = entry.allow_insecure and "1" or "0",
fingerprint = entry.client_fingerprint
}
local saved_alias = result.alias
result.alias = nil
result.hashkey = md5(jsonStringify(result) .. "_" .. (saved_alias or ""))
result.alias = saved_alias
return result
/usr/share/shadowsocksr/subscribe.lua的anytls_to_mihomo_node方法忘记计算hashkey了改成
`local function anytls_to_mihomo_node(entry)
if not entry then
return nil
end
end`
就好了
还有没有勾选【启用 Mihomo 核心】时候订阅出来独立的anytls好像不能应用节点