cloudflared-mirror/cmd/cloudflared
d-padmanabhan ed73236919 fix: preserve tunnel flags during linux service install
- Serialize supported tunnel runtime flags for service-managed runs
- Prepend explicit CLI flags before generated tunnel run arguments
- Add regression tests for string, int, duration, and bool flags
- Keep service-managed autoupdate flags out of pass-through args

Fixes the Linux service-install path where config-based installs dropped
generic tunnel flags like --edge-ip-version, causing generated systemd
units to ignore explicit runtime settings.
2026-03-29 17:00:39 -04:00
..
access AUTH-7480 update fed callback url for login helper 2025-08-19 18:54:31 +00:00
cliutil TUN-10292: Add cloudflared management token command 2026-03-05 16:31:24 +00:00
flags TUN-9858: Remove proxy-dns feature from cloudflared 2026-02-06 12:43:53 +00:00
management TUN-10292: Add cloudflared management token command 2026-03-05 16:31:24 +00:00
proxydns TUN-9858: Add more information to proxy-dns removal message 2026-02-11 17:59:38 +00:00
tail TUN-10292: Add cloudflared management token command 2026-03-05 16:31:24 +00:00
tunnel TUN-9858: Remove proxy-dns feature from cloudflared 2026-02-06 12:43:53 +00:00
updater chore: fix linter rules 2025-04-01 18:57:55 +01: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_service.go TUN-9858: Remove proxy-dns feature from cloudflared 2026-02-06 12:43:53 +00:00
common_service.go fix: preserve tunnel flags during linux service install 2026-03-29 17:00:39 -04:00
common_service_test.go fix: preserve tunnel flags during linux service install 2026-03-29 17:00:39 -04:00
generic_service.go chore: fix linter rules 2025-04-01 18:57:55 +01:00
linux_service.go fix: preserve tunnel flags during linux service install 2026-03-29 17:00:39 -04:00
macos_service.go Fix broken links in `cmd/cloudflared/*.go` related to running tunnel as a service 2025-04-01 17:45:59 +01:00
main.go TUN-10292: Add cloudflared management token command 2026-03-05 16:31:24 +00:00
service_template.go TUN-9016: update go to 1.24 2025-06-06 09:05:49 +00:00
windows_service.go TUN-9016: update go to 1.24 2025-06-06 09:05:49 +00:00