Revert "Misc"

This reverts commit 654686625a.
This commit is contained in:
Hoang Nguyen 2021-11-08 09:46:53 +07:00
parent 2b3ba5e69e
commit 363134cc32
2 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -21,5 +21,3 @@ rice-box.go
# IDEs
.vscode
.idea
package-lock.json
yarn.lock

View file

@ -18,7 +18,7 @@ import (
// command-line banner information
var (
appVersion = "v0.2.7-1"
appVersion = "development"
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/catmandx/wireguard-ui")
fmt.Println("Git Repo\t:", "https://github.com/ngoduykhanh/wireguard-ui")
fmt.Println("Authentication\t:", !util.DisableLogin)
fmt.Println("Bind address\t:", util.BindAddress)