cloudflared-mirror/cmd/cloudflared
cthuang 495f9fb8bd TUN-6856: Refactor to lay foundation for tracing ICMP
Remove send and return methods from Funnel interface. Users of Funnel can provide their own send and return methods without wrapper to comply with the interface.
Move packet router to ingress package to avoid circular dependency
2022-10-17 19:48:35 +01:00
..
access cURL supports stdin and uses os pipes directly without copying 2022-07-21 16:23:02 +00:00
cliutil
proxydns
tunnel TUN-6856: Refactor to lay foundation for tracing ICMP 2022-10-17 19:48:35 +01:00
updater
app_forward_service.go
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
common_service.go TUN-5679: Add support for service install using Tunnel Token 2022-03-03 18:59:03 +00:00
generic_service.go
linux_service.go TUN-5954: Start cloudflared service in Linux too similarly to other OSs 2022-03-25 13:57:47 +00:00
macos_service.go
main.go
service_template.go
windows_service.go