1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-07 10:00:23 +08:00

TUN-3220: tunnel route reports created route

This commit is contained in:
cthuang
2020-07-30 15:33:10 +01:00
parent edc69694cb
commit 1cbc8fb8ac
2 changed files with 12 additions and 0 deletions

View File

@@ -548,6 +548,8 @@ func routeTunnel(c *cli.Context) error {
return errors.Wrap(err, "Failed to route tunnel")
}
logger.Infof(route.SuccessSummary())
return nil
}