mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
separate children proxy components
This commit is contained in:
parent
02f6419b92
commit
b15e4a5fc1
11 changed files with 310 additions and 193 deletions
5
src/profile/proxy/ignore/memory.rs
Normal file
5
src/profile/proxy/ignore/memory.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#[derive(Clone)]
|
||||
pub struct Memory {
|
||||
pub host: String,
|
||||
pub is_enabled: bool,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue