Skip to content

Latest commit

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

ACMEProxy for libdns

Go Reference

This package implements the libdns interfaces for ACMEProxy, allowing you to manage DNS records.

Please note that ACMEProxy is more or less only used for ACME DNS and therefor only is able to create and delete TXT records

For a server to use it with see acmeproxy

Example configuration

// Without Authp:= acmeproxy.Provider{
Endpoint: "https://example.com:9090",
}
// With Authp:= acmeproxy.Provider{
Endpoint: "https://example.com:9090",
Credentials: acmeproxy.Credentials{
Username: "admin",
Password: "password",
},
}
// With Custom Clientp:= acmeproxy.Provider{
Endpoint: "https://example.com:9090",
Credentials: acmeproxy.Credentials{
Username: "admin",
Password: "admin",
},
HTTPClient: http.Client{
Timeout: 10*time.Second,
}
}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages