diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index b7f260a8d..2ec7b9545 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -2751,7 +2751,7 @@ func displayDNSHelp(w io.Writer, name string) error { ew.writeln() ew.writeln(`Credentials:`) - ew.writeln(` - "NAMESURFER_API_ENDPOINT": NameSurfer API endpoint URL (e.g., https://namesurfer.example.com:8443/API_10/NSService_10/)`) + ew.writeln(` - "NAMESURFER_API_ENDPOINT": NameSurfer API (jsonrpc10) endpoint URL (e.g., https://foo.example.com:8443/API/NSService_10)`) ew.writeln(` - "NAMESURFER_API_KEY": API key name`) ew.writeln(` - "NAMESURFER_API_SECRET": API secret`) ew.writeln() diff --git a/docs/content/dns/zz_gen_namesurfer.md b/docs/content/dns/zz_gen_namesurfer.md index 04c43222c..b98db74ab 100644 --- a/docs/content/dns/zz_gen_namesurfer.md +++ b/docs/content/dns/zz_gen_namesurfer.md @@ -26,9 +26,9 @@ Configuration for [FusionLayer NameSurfer](https://www.fusionlayer.com/). Here is an example bash command using the FusionLayer NameSurfer provider: ```bash -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 ``` @@ -39,7 +39,7 @@ lego --dns namesurfer -d '*.example.com' -d example.com run | Environment Variable Name | Description | |-----------------------|-------------| -| `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 | @@ -66,7 +66,7 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}). ## More information -- [API documentation](http://95.128.3.201:8053/API/NSService_10) +- [API documentation](https://web.archive.org/web/20260213170737/http://95.128.3.201:8053/API/NSService_10)