| Crates.io | cloudflare-ddns-ipv6 |
| lib.rs | cloudflare-ddns-ipv6 |
| version | 0.2.5 |
| created_at | 2025-03-16 08:57:59.380079+00 |
| updated_at | 2025-06-29 15:43:16.611207+00 |
| description | a cmd line tool to update your cloudflare AAAA record |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1594301 |
| size | 54,382 |
This program uses environment to config user's bearer token, zone and domain record.
There three config environment variables:
The program will use system call to search every net interfaces on the system,
and then detect every IPv6 address of each interface.
It would yield first public IPv6 address (stop the search) and
use the environment variables call the cloudflare api to set that record.
For more detail, please refer to the source code.
When use docker/podman, please ensure network is running under host mode.