This commit is contained in:
yumoqing 2025-11-28 17:29:16 +08:00
parent 4504e76623
commit 779eb6369c

View File

@ -16,7 +16,12 @@ where a.id= ${id}$
if r.passphrase: if r.passphrase:
r.passphrase = password_decode(r.passphrase) r.passphrase = password_decode(r.passphrase)
if r.jumperid: if r.jumperid:
r.jumperservers = await gethostinfo(sor, {'id':r.jumperid}) ns = {
"ownerid":ns['ownerid'],
"id":r.jumperid
}
r.jumperservers = await gethostinfo(sor, ns)
debug(f'connecthost.xterm:{r=}')
return DictObject(**r) return DictObject(**r)
db = DBPools() db = DBPools()