Release Argo Tunnel Client 2018.3.10
This commit is contained in:
parent
7c30615f93
commit
317604019d
|
@ -568,7 +568,7 @@ If you don't have a certificate signed by Cloudflare, run the command:
|
||||||
var errCode int
|
var errCode int
|
||||||
err = WaitForSignal(errC, shutdownC)
|
err = WaitForSignal(errC, shutdownC)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
Log.WithError(err).Error("Quitting due to error")
|
Log.WithError(err).Fatal("Quitting due to error")
|
||||||
raven.CaptureErrorAndWait(err, nil)
|
raven.CaptureErrorAndWait(err, nil)
|
||||||
errCode = 1
|
errCode = 1
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
import "github.com/equinox-io/equinox"
|
import "github.com/equinox-io/equinox"
|
||||||
|
|
||||||
const appID = "app_cwbQae3Tpea"
|
const appID = "app_idCzgxYerVD"
|
||||||
|
|
||||||
var publicKey = []byte(`
|
var publicKey = []byte(`
|
||||||
-----BEGIN ECDSA PUBLIC KEY-----
|
-----BEGIN ECDSA PUBLIC KEY-----
|
||||||
|
|
Loading…
Reference in New Issue