fea: ipsec tunnel cli.

This commit is contained in:
Daniel Ding
2024-06-17 14:32:32 +08:00
parent 7c27b06b4e
commit 8799004044
20 changed files with 489 additions and 372 deletions

View File

@@ -29,21 +29,15 @@ func Commands(app *api.App) {
app.Before = Before
User{}.Commands(app)
ACL{}.Commands(app)
Qos{}.Commands(app)
Device{}.Commands(app)
Lease{}.Commands(app)
Config{}.Commands(app)
Point{}.Commands(app)
VPNClient{}.Commands(app)
Link{}.Commands(app)
Server{}.Commands(app)
Network{}.Commands(app)
PProf{}.Commands(app)
VxLAN{}.Commands(app)
IPSec{}.Commands(app)
Version{}.Commands(app)
Log{}.Commands(app)
Guest{}.Commands(app)
Knock{}.Commands(app)
Output{}.Commands(app)
Route{}.Commands(app)
}