|
@@ -21,6 +21,7 @@ import (
|
|
|
|
|
|
const (
|
|
const (
|
|
defaultServerAddr = "ngrokd.ngrok.com:443"
|
|
defaultServerAddr = "ngrokd.ngrok.com:443"
|
|
|
|
+ defaultInspectAddr = "127.0.0.1:4040"
|
|
pingInterval = 20 * time.Second
|
|
pingInterval = 20 * time.Second
|
|
maxPongLatency = 15 * time.Second
|
|
maxPongLatency = 15 * time.Second
|
|
updateCheckInterval = 6 * time.Hour
|
|
updateCheckInterval = 6 * time.Hour
|