Added a restriction for IANA domain zones. Users cannot mine them from now on.

This commit is contained in:
Revertron
2021-03-11 01:41:19 +01:00
parent 5d57473122
commit 186f9cb05b
8 changed files with 112 additions and 10 deletions
+2
View File
@@ -8,6 +8,7 @@ pub use crate::p2p::Network;
pub use crate::settings::Settings;
pub use crate::bytes::Bytes;
pub use crate::keys::Keystore;
pub use crate::iana::Iana;
pub use crate::simplebus::*;
pub use crate::utils::*;
@@ -23,4 +24,5 @@ pub mod dns;
pub mod dns_utils;
pub mod settings;
pub mod bytes;
pub mod iana;