mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: rename webnames to webnamesru
This commit is contained in:
parent
1b93252725
commit
1011c108de
8 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
@ -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 = '''
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package webnames
|
||||
package webnamesru
|
||||
|
||||
import (
|
||||
"testing"
|
||||
Loading…
Add table
Add a link
Reference in a new issue