diff --git a/providers/dns/namesurfer/namesurfer.toml b/providers/dns/namesurfer/namesurfer.toml index 46df68ad8..59d6a4053 100644 --- a/providers/dns/namesurfer/namesurfer.toml +++ b/providers/dns/namesurfer/namesurfer.toml @@ -5,15 +5,15 @@ Code = "namesurfer" Since = "v4.32.0" Example = ''' -NAMESURFER_API_ENDPOINT=https://your-namesurfer-server.example.com:8443/API_10/NSService_10/jsonrpc10 \ -NAMESURFER_API_KEY=your_api_key \ -NAMESURFER_API_SECRET=your_api_secret \ +NAMESURFER_API_ENDPOINT=https://foo.example.com:8443/API/NSService_10 \ +NAMESURFER_API_KEY=xxx \ +NAMESURFER_API_SECRET=yyy \ lego --dns namesurfer -d '*.example.com' -d example.com run ''' [Configuration] [Configuration.Credentials] - NAMESURFER_API_ENDPOINT = "NameSurfer API endpoint URL (e.g., https://namesurfer.example.com:8443/API_10/NSService_10/)" + NAMESURFER_API_ENDPOINT = "NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10)" NAMESURFER_API_KEY = "API key name" NAMESURFER_API_SECRET = "API secret" [Configuration.Additional] @@ -25,4 +25,4 @@ lego --dns namesurfer -d '*.example.com' -d example.com run NAMESURFER_INSECURE_SKIP_VERIFY = "Whether to verify the API certificate" [Links] - API = "http://95.128.3.201:8053/API/NSService_10" + API = "https://web.archive.org/web/20260213170737/http://95.128.3.201:8053/API/NSService_10"