TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.52k stars 224 forks source link

Add support for Infomaniak as provider #219

Closed diizzyy closed 1 year ago

diizzyy commented 1 year ago

Add support for Infomaniak(.com), follows the same schema as Google Domains

diizzyy commented 1 year ago

Not sure what the CI is not happy about

TimothyYe commented 1 year ago

Thanks for your contribution.

TimothyYe commented 1 year ago

Here is the reason, the go lint CI checks the order of the imported packages:

image
diizzyy commented 1 year ago

Ahh, cool! Thanks! :)