TUN-810: Cloudflared should open dash/argotunnel not dash/warp

This commit is contained in:
Adam Chalmers 2018-09-12 16:07:56 -05:00
parent 6885ecb969
commit 5b7e587c8b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
cli "gopkg.in/urfave/cli.v2"
)
const baseLoginURL = "https://dash.cloudflare.com/warp"
const baseLoginURL = "https://dash.cloudflare.com/argotunnel"
func login(c *cli.Context) error {
path, ok, err := checkForExistingCert()