mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Misc
This commit is contained in:
parent
756db05c7c
commit
654686625a
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -21,3 +21,5 @@ rice-box.go
|
|||
# IDEs
|
||||
.vscode
|
||||
.idea
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
|
4
main.go
4
main.go
|
@ -18,7 +18,7 @@ import (
|
|||
|
||||
// command-line banner information
|
||||
var (
|
||||
appVersion = "development"
|
||||
appVersion = "v0.2.7-1"
|
||||
gitCommit = "N/A"
|
||||
gitRef = "N/A"
|
||||
buildTime = fmt.Sprintf(time.Now().UTC().Format("01-02-2006 15:04:05"))
|
||||
|
@ -53,7 +53,7 @@ func init() {
|
|||
fmt.Println("Git Commit\t:", gitCommit)
|
||||
fmt.Println("Git Ref\t\t:", gitRef)
|
||||
fmt.Println("Build Time\t:", buildTime)
|
||||
fmt.Println("Git Repo\t:", "https://github.com/ngoduykhanh/wireguard-ui")
|
||||
fmt.Println("Git Repo\t:", "https://github.com/catmandx/wireguard-ui")
|
||||
fmt.Println("Authentication\t:", !util.DisableLogin)
|
||||
fmt.Println("Bind address\t:", util.BindAddress)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue