dnsync 0.2.1

DNS Sync and Control with MCP
Documentation
1
2
3
4
5
6
/// Technitium vendor configuration.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct TechnitiumConfig {
    pub base_url: String,
    pub token: String,
}