mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-01 08:49:16 +00:00
server: update system dns settings on address reload
This commit is contained in:
@@ -22,7 +22,7 @@ pub trait SystemConfigurator: Send + Sync {
|
||||
}
|
||||
|
||||
// TODO: move this to nic mod
|
||||
fn get(
|
||||
pub fn get(
|
||||
#[allow(unused_variables)] interface: &str,
|
||||
) -> Result<Option<Box<dyn SystemConfigurator>>, anyhow::Error> {
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user