mirror of
https://github.com/luscis/openlan.git
synced 2025-10-22 00:19:49 +08:00
fea: ipsec tunnel cli.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user