We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9537b54 commit a8b473eCopy full SHA for a8b473e
src/lib.rs
@@ -5,7 +5,7 @@ use trust_dns_resolver::config::*;
5
use trust_dns_resolver::TokioAsyncResolver;
6
use get_if_addrs::get_if_addrs;
7
8
-pub const LOG_LEVEL: i32 = 0;
+pub const LOG_LEVEL: i32 = 1;
9
10
pub fn get_local_ip() -> Option<String> {
11
for iface in get_if_addrs().unwrap() {
0 commit comments