cloudflared-mirror/cmd/cloudflared
Kyle Carberry 7f1fc77731 Use CLI context when running tunnel
When embedding the tunnel command inside another CLI, it
became difficult to test shutdown behavior due to this leaking
tunnel. By using the command context, we're able to shutdown
gracefully.
2022-03-09 15:15:52 -06:00
..
access Fix typos 2021-11-12 17:38:06 +02:00
cliutil TUN-5551: Show whether the binary was built for FIPS compliance 2021-12-28 19:03:16 +00:00
proxydns TUN-4698: Add cloudflared metrics endpoint to serve quick tunnel hostname 2021-07-12 09:26:07 +00:00
tunnel Use CLI context when running tunnel 2022-03-09 15:15:52 -06:00
ui TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
updater TUN-5853 Add "install" make target and build package manager info into executable 2022-03-08 15:31:14 -06:00
app_forward_service.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
app_resolver_service.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
app_service.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
common_service.go TUN-5679: Add support for service install using Tunnel Token 2022-03-03 18:59:03 +00:00
generic_service.go TUN-5551: Reintroduce FIPS compliance for linux amd64 now as separate binaries 2021-12-20 21:50:42 +00:00
linux_service.go TUN-5679: Add support for service install using Tunnel Token 2022-03-03 18:59:03 +00:00
macos_service.go TUN-5679: Add support for service install using Tunnel Token 2022-03-03 18:59:03 +00:00
main.go TUN-5851: Update all references to point to Apache License 2.0 2022-03-08 17:35:31 +00:00
service_template.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
windows_service.go TUN-5679: Add support for service install using Tunnel Token 2022-03-03 18:59:03 +00:00