Ipv64.net - DNS challenge provider
What provider would you like to see added to NPM?
https://ipv64.net/
Have you checked if a certbot plugin exists?
https://pypi.org/project/ipv64/
or
https://github.com/XonaTheProtogen/certbot-dns-ipv64
IPv64.net https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_ipv64.sh
I believe ipv64.net is supported under the DNSmulti "DNS provider" in Nginx Proxy Manager. Relevant documentation: https://go-acme.github.io/lego/dns/ipv64/
I tried it with DNS-Multi and it doesn´t work. It seems like it needs "go" as a dependency.
Please implement 🙏
Use DNS-Multi, it works fine. You just need to enter the following:
dns_multi_provider=ipv64 IPV64_API_KEY=[KEY]
Dennis was able to fix a Problem regarding custom Domains on IPv64.
The multiDNS Provider is now working for DNS Challenge Wildcard Domains.
Give it a try
Dennis was able to fix a Problem regarding custom Domains on IPv64.
The multiDNS Provider is now working for DNS Challenge Wildcard Domains.
Give it a try
Worked for me but I think a direct integration would be nice. I needed to install some dependencies and that was try and error to get the right one.
Using dnsmulti for ipv64 dns challenge didn't work because go isn't installed as @Hacki1111 mentioned. Installed go via apt but the resulting go version is too old. Version 1.22 installed but 1.23 needed. If possible implement it or better just dnsmulti.
Still an open issue. Go is not installed.
:'( even if I install Go it strangely doesn't work, problem is with every new roll the Go is removed
Same here need go 🥺
I'm not adding Go in the image just for this. Certbot is the current mechanism for DNS providers, and there isn't a PyPi certbot plugin for iv64 specifically.
In this case I can only recommend an alternative as long as you want to stay with ipv64, With zoraxy IPV64 works without problems because it is based on dnsmulti. https://github.com/tobychui/zoraxy
But Zoraxy also has its own limitations.
FYI: unfortunately nobody has written a caddy module for ipv64 yet. If I find the time I will do it.