feat: add name.com support

This commit is contained in:
Maël Gangloff
2025-01-06 22:58:00 +01:00
parent e92b323180
commit 56bda420d9
7 changed files with 355 additions and 188 deletions

View File

@@ -2,10 +2,11 @@ import {request} from './index'
import type {ConnectorElement} from '../../components/tracking/connector/ConnectorsList'
export enum ConnectorProvider {
OVH = 'ovh',
GANDI = 'gandi',
AUTODNS = 'autodns',
NAMECHEAP = 'namecheap'
OVHcloud = 'ovh',
Gandi = 'gandi',
AutoDNS = 'autodns',
Namecheap = 'namecheap',
'Name.com' = 'namecom'
}
export interface Connector {