working commit
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ std::expected<void, std::string> TunService::Init(void) {
|
|||||||
auto raddr = raddrRes.value();
|
auto raddr = raddrRes.value();
|
||||||
TunNetwork tunnet(laddr, raddr);
|
TunNetwork tunnet(laddr, raddr);
|
||||||
tunnets.push_back(tunnet);
|
tunnets.push_back(tunnet);
|
||||||
uxlogger.Debug(std::format("Aviliable address: {} -- {}", laddr, raddr));
|
uxlogger.Debug(std::format("Available address: {} -- {}", laddr, raddr));
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user