diff options
author | Mustafa Salih <37256744+MustafaSalih1993@users.noreply.github.com> | 2021-06-04 22:14:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 22:14:02 +0300 |
commit | a66c94a1f836b56897a3b5151f93aaa327efc6bd (patch) | |
tree | 2aba52ed10c1288f6d837c18a2e3d58101a912f6 /src/utils/mod.rs | |
parent | edea2fcb3db9243c6dedead90cd9dfd715c89a90 (diff) |
Added local ip (#61)
* added new block/local ip
* added local ip block
* added localip in config file
* edited localip default to false
Diffstat (limited to 'src/utils/mod.rs')
-rw-r--r-- | src/utils/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 6e0d944..cf9ea0d 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -3,6 +3,7 @@ pub mod bitcoins; pub mod cpu; pub mod disk; pub mod load_average; +pub mod local_ip; pub mod memory; pub mod mpd; pub mod netspeed; @@ -12,4 +13,3 @@ pub mod time; pub mod uptime; pub mod volume; pub mod weather; - |