mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Output login link on first start
This commit is contained in:
@@ -73,6 +73,7 @@ func Listen() {
|
||||
}
|
||||
|
||||
log.Println("Admin token: " + token)
|
||||
log.Println(fmt.Sprintf("Admin login link: https://%s/login?access_token=%s", webUiDomain, token))
|
||||
}
|
||||
|
||||
tunMan := NewTunnelManager(config, db, certConfig)
|
||||
|
||||
Reference in New Issue
Block a user