From 310e9e2d3b4bdcd4e7f57c9c335bfe6ce5fbc0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Mon, 31 Mar 2025 16:12:15 +0200 Subject: [PATCH] docs: add EPP support (experimental) --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a633802..ae76943 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,14 @@ gives his consent to define the legal framework in which the use of his account The table below lists the supported API connector providers: -| Provider | Documentation | Supported | -|:---------:|---------------------------------------------------------------|:---------:| -| OVH | https://api.ovh.com | **Yes** | -| GANDI | https://api.gandi.net/docs/domains/ | **Yes** | -| NAMECHEAP | https://www.namecheap.com/support/api/methods/domains/create/ | **Yes** | -| AUTODNS | https://cloud.autodns.com/ | **Yes** | -| NAME.COM | https://www.name.com/en-en/api-docs/ | **Yes** | +| Provider | Supported | +|:--------------------------------------------------------------------------:|:----------------:| +| [OVH](https://api.ovh.com) | **Yes** | +| [GANDI](https://api.gandi.net/docs/domains/) | **Yes** | +| [NAMECHEAP](https://www.namecheap.com/support/api/methods/domains/create/) | **Yes** | +| [AUTODNS](https://cloud.autodns.com/) | **Yes** | +| [NAME.COM](https://www.name.com/en-en/api-docs/) | **Yes** | +| Custom EPP Server | **EXPERIMENTAL** | If a domain has expired and a connector is linked to the Watchlist, then Domain Watchdog will try to order it via the connector provider's API.