mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement proxy exceptions tab
This commit is contained in:
parent
b15e4a5fc1
commit
a7c6e79aac
13 changed files with 462 additions and 72 deletions
|
|
@ -27,7 +27,7 @@ impl Proxy {
|
|||
|
||||
pub fn save(&self) -> Result<()> {
|
||||
self.rule.save()?;
|
||||
//self.ignore.save()?;
|
||||
self.ignore.save()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue