mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Add download button
This commit is contained in:
parent
6f0d7bf69f
commit
91f06914d4
4 changed files with 50 additions and 3 deletions
1
main.go
1
main.go
|
@ -25,6 +25,7 @@ func main() {
|
|||
app.POST("/new-client", handler.NewClient())
|
||||
app.POST("/client/set-status", handler.SetClientStatus())
|
||||
app.POST("/remove-client", handler.RemoveClient())
|
||||
app.GET("/download", handler.DownloadClient())
|
||||
app.GET("/wg-server", handler.WireGuardServer())
|
||||
app.POST("wg-server/interfaces", handler.WireGuardServerInterfaces())
|
||||
app.POST("wg-server/keypair", handler.WireGuardServerKeyPair())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue