fea: support disable snat.
Some checks failed
Coverage CI / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Ubuntu CI / build (push) Has been cancelled

This commit is contained in:
Daniel Ding
2024-10-20 22:40:26 +08:00
parent 0255bc9c6b
commit 49ecf383f4
7 changed files with 60 additions and 36 deletions

View File

@@ -114,6 +114,8 @@ type Networker interface {
FindHoper() FindHoper
DoZTrust()
UndoZTrust()
DoSnat()
UndoSnat()
}
type IPSecer interface {