We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1172c6f commit 549eb67Copy full SHA for 549eb67
1 file changed
src/service.ts
@@ -211,7 +211,7 @@ export function current(): {
211
const regex = {
212
tunnelID: /tunnelID=([0-9a-z-]+)/,
213
connectorID: /Connector ID: ([0-9a-z-]+)/,
214
- connect: /Connection ([a-z0-9-]+) registered connIndex=(\d) ip=([0-9.]+) location=([A-Z]+)/,
+ connect: /Connection ([a-z0-9-]+) (?:.*?)connIndex=(\d) ip=([0-9.]+) location=([A-Z]+)/,
215
disconnect: /Unregistered tunnel connection connIndex=(\d)/,
216
metrics: /metrics server on ([0-9.:]+\/metrics)/,
217
config: /config="(.+[^\\])"/,
0 commit comments