chore: rename webnames to webnamesru

This commit is contained in:
Fernandez Ludovic 2026-01-22 17:43:37 +01:00
commit 1011c108de
8 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
// Package webnames implements a DNS provider for solving the DNS-01 challenge using webnames.ru DNS.
package webnames
// Package webnamesru implements a DNS provider for solving the DNS-01 challenge using webnames.ru DNS.
package webnamesru
import (
"context"
@ -13,7 +13,7 @@ import (
"github.com/go-acme/lego/v5/challenge/dns01"
"github.com/go-acme/lego/v5/platform/config/env"
"github.com/go-acme/lego/v5/providers/dns/internal/clientdebug"
"github.com/go-acme/lego/v5/providers/dns/webnames/internal"
"github.com/go-acme/lego/v5/providers/dns/webnamesru/internal"
)
// Environment variables names.

View file

@ -1,8 +1,8 @@
Name = "webnames.ru"
Description = ''''''
URL = "https://www.webnames.ru/"
Code = "webnames"
Aliases = ["webnamesru"]
Code = "webnamesru"
Aliases = ["webnames"]
Since = "v4.15.0"
Example = '''

View file

@ -1,4 +1,4 @@
package webnames
package webnamesru
import (
"testing"