mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-01 16:59:21 +00:00
fix: mobile, macos
macos
This commit is contained in:
@@ -33,7 +33,7 @@ pub fn get(
|
||||
|
||||
#[cfg(all(target_os = "macos", not(feature = "macos-ne")))]
|
||||
{
|
||||
use crate::dns::system_config::darwin::DarwinConfigurator;
|
||||
use crate::dns::system::macos::DarwinConfigurator;
|
||||
return Ok(Some(DarwinConfigurator::new().boxed()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user