Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Linode DNS Support #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

solocommand
Copy link

Ref janeczku#81.

@asdek I submitted this to the base repo a year ago but it never got merged. Would like to get wildcard support using Linode as the DNS provider!

Copy link

@asdek asdek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If exclude comment in vendor.conf file then this commit look likes good.

@@ -18,6 +18,7 @@ github.com/ovh/go-ovh d220717
github.com/pkg/errors c605e28
github.com/rancher/go-rancher/v2 939fd85
github.com/Sirupsen/logrus v1.0.5
github.com/timewasted/linode/dns 37e8452
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that here it is need writing a path to github.com/timewasted/linode because this package whole used in file github.com/timewasted/linode/dns/dns.go.
Also I saw dependencies for this package:

  • github.com/davecgh/go-spew/
  • github.com/stretchr/testify/

These packages also need add to vendor.conf and to git commit.

@asdek asdek assigned asdek and solocommand and unassigned asdek Sep 1, 2018
@displague
Copy link

This could be updated to https://go-acme.github.io/lego/dns/linodev4/

@asdek
Copy link

asdek commented Apr 1, 2019

@displague Unfortunately I don't have an account in this provider to check compatibility. If you make pull request I can add it to my fork.

@displague
Copy link

@asdek This would require moving up to acme/lego 1.1.0, at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants