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

libdns: Add inwx provider #584

Closed
wants to merge 1 commit into from
Closed

libdns: Add inwx provider #584

wants to merge 1 commit into from

Conversation

onny
Copy link

@onny onny commented May 8, 2023

Closes #581

@onny
Copy link
Author

onny commented May 8, 2023

@foxcpp When trying to build I get following error:

maddy> Building subPackage ./cmd/maddy
maddy> # github.com/libdns/inwx
maddy> vendor/github.com/libdns/inwx/provider.go:227:13: cannot use record.Priority (variable of type int) as uint value in struct literal
maddy> vendor/github.com/libdns/inwx/provider.go:240:13: cannot use record.Priority (variable of type uint) as int value in struct literal
maddy> # github.com/mattn/go-sqlite3
maddy> sqlite3-binding.c: In function 'sqlite3SelectNew':
maddy> sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr]
maddy> 128049 |   return pNew;
maddy>        |          ^~~~
maddy> sqlite3-binding.c:128009:10: note: declared here
maddy> 128009 |   Select standin;
maddy>        |          ^~~~~~~

Not sure yet how to fix this but maybe I'll have too look into the libdns module system 👀

@foxcpp
Copy link
Owner

foxcpp commented May 29, 2023

Might be version mismatch between libdns used by certmagic and libdns module.

@onny onny closed this May 30, 2023
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.

Add support for inwx dns-01 challenge
2 participants