mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Fix typo
This commit is contained in:
@@ -227,7 +227,7 @@ func Listen() {
|
||||
url := fmt.Sprintf("https://%s", fqdn)
|
||||
|
||||
// Automatically log using the first found admin token. This is safe to do here
|
||||
// because we know that retrieving the admin domain was initiating from the CLI.
|
||||
// because we know that retrieving the admin domain was initiated from the CLI.
|
||||
tokens := db.GetTokens()
|
||||
for token, tokenData := range tokens {
|
||||
if tokenData.Owner == "admin" {
|
||||
|
||||
Reference in New Issue
Block a user