3 releases
0.1.7 | Aug 18, 2024 |
---|---|
0.1.6 | Apr 18, 2024 |
0.1.5 | Nov 8, 2023 |
#2 in #waiting
30 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
~5–11MB
~131K SLoC