mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
Set Category of the TUN device's network profile to 1 in Windows Registry
This commit is contained in:
@@ -227,6 +227,10 @@ impl GlobalCtx {
|
||||
self.config.get_flags()
|
||||
}
|
||||
|
||||
pub fn set_flags(&self, flags: Flags) {
|
||||
self.config.set_flags(flags);
|
||||
}
|
||||
|
||||
pub fn get_128_key(&self) -> [u8; 16] {
|
||||
let mut key = [0u8; 16];
|
||||
let secret = self
|
||||
|
||||
Reference in New Issue
Block a user