mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-09 17:34:25 +03:00
Add docker build
This commit is contained in:
parent
a5fbb7b58a
commit
b12feb08bd
9 changed files with 6629 additions and 7 deletions
2
main.go
2
main.go
|
@ -33,5 +33,5 @@ func main() {
|
|||
app.GET("/api/machine-ips", handler.MachineIPAddresses())
|
||||
app.GET("/api/suggest-client-ips", handler.SuggestIPAllocation())
|
||||
app.GET("/api/apply-wg-config", handler.ApplyServerConfig())
|
||||
app.Logger.Fatal(app.Start("127.0.0.1:5000"))
|
||||
app.Logger.Fatal(app.Start("0.0.0.0:5000"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue