feat: add dcrouter external gateway sync
This commit is contained in:
@@ -454,7 +454,7 @@ export class OneboxDatabase {
|
||||
return this.certificateRepo.getAllDomains();
|
||||
}
|
||||
|
||||
getDomainsByProvider(provider: 'cloudflare' | 'manual'): IDomain[] {
|
||||
getDomainsByProvider(provider: NonNullable<IDomain['dnsProvider']>): IDomain[] {
|
||||
return this.certificateRepo.getDomainsByProvider(provider);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user