mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat(provider): Implement AutoDNS
This commit is contained in:
@@ -2,7 +2,8 @@ import {request} from "./index";
|
||||
|
||||
export enum ConnectorProvider {
|
||||
OVH = 'ovh',
|
||||
GANDI = 'gandi'
|
||||
GANDI = 'gandi',
|
||||
AUTODNS = 'autodns',
|
||||
}
|
||||
|
||||
export type Connector = {
|
||||
|
||||
Reference in New Issue
Block a user