support mapping subnet proxy (#978)

- **support mapping subproxy network cidr**
- **add command line option for proxy network mapping**
- **fix Instance leak in tests.
This commit is contained in:
Sijie.Sun
2025-06-14 11:42:45 +08:00
committed by GitHub
parent 950cb04534
commit 25dcdc652a
23 changed files with 521 additions and 216 deletions
+2
View File
@@ -19,6 +19,8 @@ pub enum Error {
DigestMismatch,
#[error("Not center server")]
NotCenterServer,
#[error("Instance shutdown")]
Shutdown,
}
pub type Digest = u64;