mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-06 20:49:46 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -238,8 +238,10 @@ pub trait ConfigLoader: Send + Sync {
|
||||
fn get_stun_servers(&self) -> Option<Vec<String>>;
|
||||
fn set_stun_servers(&self, servers: Option<Vec<String>>);
|
||||
|
||||
fn get_tcp_stun_servers(&self) -> Option<Vec<String>>;
|
||||
fn set_tcp_stun_servers(&self, servers: Option<Vec<String>>);
|
||||
fn get_tcp_stun_servers(&self) -> Option<Vec<String>> {
|
||||
None
|
||||
}
|
||||
fn set_tcp_stun_servers(&self, _servers: Option<Vec<String>>) {}
|
||||
|
||||
fn get_stun_servers_v6(&self) -> Option<Vec<String>>;
|
||||
fn set_stun_servers_v6(&self, servers: Option<Vec<String>>);
|
||||
|
||||
Reference in New Issue
Block a user