This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
wireguard-dashboard
Watch
2
Star
0
Fork
0
You've already forked wireguard-dashboard
Code
Issues
Pull Requests
Packages
Projects
Releases
55
Wiki
Activity
9497729378
wireguard-dashboard
/
cli
/
kernal.go
11 lines
105 B
Go
Raw
Normal View
History
Unescape
Escape
:art:变更启动方式
2024-12-13 15:07:57 +08:00
package
cli
:new:新增tui管理模式[能用就行]
2024-12-24 16:35:57 +08:00
import
(
"wireguard-ui/cli/tui"
)
:art:变更启动方式
2024-12-13 15:07:57 +08:00
func
Kernel
(
)
error
{
:new:新增tui管理模式[能用就行]
2024-12-24 16:35:57 +08:00
tui
.
NewApp
(
)
.
Run
(
)
:art:变更启动方式
2024-12-13 15:07:57 +08:00
return
nil
}
Reference in New Issue
Copy Permalink