dns-update-lite 0.5.9

Dynamic DNS update (RFC 2136 and cloud) library for Rust. Lightweight fork of dns-update
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg(test)]

pub mod bunny_test;
pub mod cloudflare_tests;
pub mod desec_tests;
pub mod digitalocean_tests;
pub mod dnsimple_tests;
pub mod google_cloud_dns_tests;
pub mod ovh_tests;
pub mod porkbun_tests;
pub mod rfc2136_tests;
pub mod route53_tests;
pub mod spaceship_tests;