kungfu 0.1.12

Flexible DNS hijacking and proxy tool. Read more: https://github.com/yinheli/kungfu
1
2
3
4
5
6
7
mod dns_table;
mod hosts;
mod load;
pub mod setting;
pub use dns_table::{Addr, DnsTable};
pub use load::load;
pub use load::ArcSetting;