Suleman-Elahi / Cfddns

A no nonsense python script to treat Cloudflare as a dynamic DNS. Run as Docker container/scheduled task. Ipv4 and Ipv6 support.
MIT License
18 stars 2 forks source link

set proxied flag to true #4

Closed renfie closed 7 months ago

renfie commented 7 months ago

Hi,

Is it possible to add the proxied flag? I would like to transmit some of my domains in this way and have now realised it with a second script and manually set the flag to True.

renfie commented 7 months ago

like proxied = sys.argv[4]

and "proxied": bool(proxied), in the postdata ?

Suleman-Elahi commented 7 months ago

@renfie Yes you can do it like this.