Add docker build
This commit is contained in:
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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user