mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-04-01 08:55:27 +00:00
implement web-api server with stats
This commit is contained in:
parent
ddd7120f61
commit
126185480f
7 changed files with 952 additions and 44 deletions
|
|
@ -48,4 +48,9 @@ impl List {
|
|||
}),
|
||||
}
|
||||
}
|
||||
pub fn entries(&self) -> usize {
|
||||
match self {
|
||||
Self::Allow(list) => list.len(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue