mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement proxy backend features
This commit is contained in:
parent
77ee4aa78c
commit
4c305f967f
10 changed files with 281 additions and 1 deletions
5
src/profile/proxy/rule.rs
Normal file
5
src/profile/proxy/rule.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub struct Rule {
|
||||
pub is_enabled: bool,
|
||||
pub regex: String,
|
||||
pub url: String,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue