1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-20 02:30:27 +08:00

TUN-3440: 'tunnel rule' command to test ingress rules

This commit is contained in:
Adam Chalmers
2020-10-07 16:34:53 -05:00
parent 2319003e10
commit 407c9550d7
3 changed files with 206 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ func Commands() []*cli.Command {
subcommands = append(subcommands, buildCleanupCommand())
subcommands = append(subcommands, buildRouteCommand())
subcommands = append(subcommands, buildValidateCommand())
subcommands = append(subcommands, buildRuleCommand())
cmds = append(cmds, buildTunnelCommand(subcommands))