round out dns check, dns server check, port forward check, and gateway port forwards

This commit is contained in:
Matt Hill
2026-02-17 23:31:47 -07:00
parent a22707c1cb
commit 485fced691
37 changed files with 1228 additions and 252 deletions

View File

@@ -19,6 +19,7 @@ import { AuthService } from '../auth.service'
import { DataModel } from '../patch-db/data-model'
import {
ActionRes,
CheckDnsRes,
CifsBackupTarget,
DiagnosticErrorRes,
FollowPackageLogsReq,
@@ -283,6 +284,13 @@ export class LiveApiService extends ApiService {
})
}
async checkDns(params: T.CheckDnsParams): Promise<CheckDnsRes> {
return this.rpcRequest({
method: 'net.gateway.check-dns',
params,
})
}
// marketplace URLs
async checkOSUpdate(params: {