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.5k stars 220 forks source link

Option to enable `proxied` for Cloudflare provider #175

Closed WesleyBatista closed 2 years ago

WesleyBatista commented 2 years ago

Thanks a lot for implementing so fast! Works from my side :sparkles:

However, it creates the record with proxying disabled (I see it's the default when calling the API), thus the IP gets exposed, and I am still required going to the Cloudflare UI to enable record by record. It would be awesome if we had the option to instruct "proxied":true

Originally posted by @WesleyBatista in https://github.com/TimothyYe/godns/issues/167#issuecomment-1205836275

TimothyYe commented 2 years ago

Good suggestion! This feature is also covered by the release v2.8.8.

WesleyBatista commented 2 years ago

This works from my side :heavy_check_mark: