4 releases
0.1.8 | Nov 6, 2024 |
---|---|
0.1.7 | Aug 18, 2024 |
0.1.6 | Apr 18, 2024 |
0.1.5 | Nov 8, 2023 |
#3 in #waiting
134 downloads per month
Used in 2 crates
(via transip-execute)
15KB
359 lines
This library crate can be used to check if an acme challenge record is propagated to all authoritive nameservers.
Example
use acme_validation_propagation::wait;
match wait("example.com", "89823875") {
Ok(_) => println!("Propagation finished"),
Err(error) => eprintln!("Error: {error}"),
}
Dependencies
~7–13MB
~172K SLoC