runfalk / certbot-dns-loopia

Loopia DNS authentication plugin for Certbot
Other
37 stars 11 forks source link

Add third-party lib for splitting domains #24

Closed MrRawbin closed 2 years ago

MrRawbin commented 2 years ago

The lib tldextract is now used instead of the split_domain function from loopialib.

tldextract is well maintained and should be more future-proof.

Solves https://github.com/runfalk/certbot-dns-loopia/issues/31