feat(provider): Implement AutoDNS

This commit is contained in:
Stefan Warnat
2024-09-22 18:33:22 +02:00
parent b1d0725275
commit e66d766dac
5 changed files with 1419 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ import {request} from "./index";
export enum ConnectorProvider {
OVH = 'ovh',
GANDI = 'gandi'
GANDI = 'gandi',
AUTODNS = 'autodns',
}
export type Connector = {