You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
A CLI utility to update the A and AAAA DNS records of a domain managed by Cloudflare, from the executing system's current public IP address (written in Rust).
19
19
20
-
Please note that only the `windows-x86_64` build gets realistically tested; the tool is built for other platforms "because it can be". Feel free to open issues about them so they're logged, but don't expect much to come out of it.
20
+
Please note that dog-fooding no longer occurs for this utility, so support and maintenance may be spotty.
Copy file name to clipboardExpand all lines: src/main.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
//!
30
30
//! A CLI utility to update the A and AAAA DNS records of a domain managed by Cloudflare, from the executing system's current public IP address (written in Rust).
31
31
//!
32
-
//! Please note that only the `windows-x86_64` build gets realistically tested; the tool is built for other platforms "because it can be". Feel free to open issues about them so they're logged, but don't expect much to come out of it.
32
+
//! Please note that dog-fooding no longer occurs for this utility, so support and maintenance may be spotty.
0 commit comments