fea: list prefix route for system.

This commit is contained in:
Daniel Ding
2025-09-05 11:04:33 +08:00
parent db26f4881f
commit 19829f1c5a
17 changed files with 366 additions and 253 deletions

View File

@@ -112,10 +112,10 @@ type Networker interface {
Qoser() Qoser
ACLer() ACLer
FindHoper() FindHoper
DoZTrust()
UndoZTrust()
DoSnat()
UndoSnat()
EnableZTrust()
DisableZTrust()
EnableSnat()
DisableSnat()
}
type IPSecer interface {