watfaq-dns 0.1.2

A good DNS server
Documentation
1
2
3
4
5
6
//! Test certificate and key
//! host: dns.example.com

pub static TEST_CERT: &str = include_str!("resources/test.cert");

pub static TEST_KEY: &str = include_str!("resources/test.key");