Removed all external zones.

This commit is contained in:
Revertron
2021-05-02 16:02:14 +02:00
parent 9949d13e62
commit 64f5f1027b
9 changed files with 9 additions and 129 deletions
-2
View File
@@ -8,7 +8,6 @@ pub use crate::p2p::Network;
pub use crate::settings::Settings;
pub use crate::bytes::Bytes;
pub use crate::keys::Keystore;
pub use crate::x_zones::ExternalZones;
pub use crate::simplebus::*;
pub use crate::commons::*;
@@ -24,6 +23,5 @@ pub mod dns;
pub mod dns_utils;
pub mod settings;
pub mod bytes;
pub mod x_zones;
pub mod crypto;