Adam Chalmers
|
e933ef9e1a
|
TUN-2640: Users can configure per-origin config. Unify single-rule CLI
flow with multi-rule config file code.
|
2020-10-30 07:42:20 -05:00 |
cthuang
|
ea71b78e6d
|
TUN-3478: Increase download timeout to 60s
|
2020-10-22 10:38:18 +01:00 |
Igor Postelnik
|
b6cd54d854
|
TUN-3459: Make service install on linux use named tunnels
|
2020-10-21 10:46:29 -05:00 |
cthuang
|
f0cfad8efa
|
TUN-3476: Fix conversion to string and int slice
|
2020-10-21 16:03:25 +01:00 |
Igor Postelnik
|
ed54d150fe
|
Move raw ingress rules to config package
|
2020-10-20 12:00:34 -05:00 |
Igor Postelnik
|
ca4887fb19
|
Split out typed config from legacy command-line switches; refactor ingress commands and fix tests
|
2020-10-20 10:10:19 -05:00 |
Igor Postelnik
|
eaf03305bd
|
TUN-3475: Unify config file handling with typed config for new fields
|
2020-10-20 08:55:30 -05:00 |
Igor Postelnik
|
051908aaef
|
TUN-3463: Let users run a named tunnel via config file setting
|
2020-10-19 12:27:18 +00:00 |
Adam Chalmers
|
c96b9e8d8f
|
TUN-3464: Newtype to wrap []ingress.Rule
|
2020-10-15 12:48:14 -05:00 |
Adam Chalmers
|
4a4a1bb6b1
|
TUN-3441: Multiple-origin routing via ingress rules
|
2020-10-13 08:55:17 -05:00 |
Adam Chalmers
|
0eebc7cef9
|
TUN-3438: move ingress into own package, read into TunnelConfig
|
2020-10-12 16:33:22 +00:00 |
Igor Postelnik
|
53a1fa46a8
|
TUN-3452: Fix loading of flags from config file for tunnel run subcommand. This change also cleans up building of tunnel subcommand list, hides deprecated subcommands and improves help.
|
2020-10-09 12:07:17 -05:00 |
Adam Chalmers
|
86a7af3dc4
|
TUN-3451: Cloudflared tunnel ingress command
|
2020-10-08 22:06:40 +00:00 |
Adam Chalmers
|
407c9550d7
|
TUN-3440: 'tunnel rule' command to test ingress rules
|
2020-10-08 22:06:40 +00:00 |
Adam Chalmers
|
2319003e10
|
TUN-3439: 'tunnel validate' command to check ingress rules
|
2020-10-08 22:06:40 +00:00 |
Adam Chalmers
|
b05d826d22
|
TUN-3436, TUN-3437: Parse ingress from YAML, ensure last rule catches everything
|
2020-10-07 16:36:28 +00:00 |
Dalton
|
be7b7c7149
|
AUTH-2993 cleaned up worker service tests
|
2020-10-02 13:01:05 -05:00 |
cthuang
|
03d7320a44
|
TUN-3430: Copy flags to configure proxy to run subcommand, print relevant tunnel flags in help
|
2020-10-01 21:44:27 +00:00 |
Dalton
|
ba4c8d8849
|
AUTH-2993 added workers updater logic
|
2020-10-01 14:41:58 -05:00 |
Lee Valentine
|
8e8513e325
|
TRAFFIC-448: allow the user to specify the proxy address and port to bind to, falling back to 127.0.0.1 and random port if not specified
|
2020-09-25 09:54:40 -05:00 |
Bojan Zelic
|
fa061ab54e
|
updater service exit code should be 11
|
2020-09-22 18:26:56 +04:00 |
cthuang
|
197d65659a
|
TUN-3291: cloudflared tunnel run -h explains how to use flags from parent command
|
2020-09-21 19:07:30 +00:00 |
Igor Postelnik
|
85d0afd3b0
|
TUN-3295: Show route command results
|
2020-09-21 16:32:08 +00:00 |
Areg Harutyunyan
|
747427f816
|
TUN-3216: UI improvements
|
2020-09-17 13:22:08 +04:00 |
Rachel Williams
|
f99b6c6421
|
TUN-3335: Dynamically set connection table size for UI
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
250bc54110
|
TUN-3333: Add text to UI explaining how to exit
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
02587c1edc
|
TUN-3321: Add box around logs on UI
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
26fc20d406
|
TUN-3198: Handle errors while running tunnel UI
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
fee13dc62f
|
TUN-3255: Update UI to display URL instead of hostname
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
094e0c7592
|
TUN-3238: Update UI when connection re-connects
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
b57a953caa
|
TUN-3200: Add connection information to UI
|
2020-09-17 11:52:10 +04:00 |
Rachel Williams
|
d8ebde37ca
|
TUN-3201: Create base cloudflared UI structure
|
2020-09-17 11:52:07 +04:00 |
Igor Postelnik
|
cb6d424765
|
TUN-3395: Improve help for list command
|
2020-09-16 16:48:43 +00:00 |
Igor Postelnik
|
5753aa9f18
|
TUN-3294: Perform basic validation on arguments of route command; remove default pool name which wasn't valid
|
2020-09-16 16:48:43 +00:00 |
Igor Postelnik
|
bfae12008d
|
TUN-3395: Improve help for list command
|
2020-09-16 08:30:24 -05:00 |
Igor Postelnik
|
c52e0dc8ef
|
TUN-3395: Unhide named tunnel subcommands, tweak help
|
2020-09-15 12:41:15 +00:00 |
Adam Chalmers
|
3be2545ad4
|
TUN-3292: Mention cleanup in tunnel run help.
|
2020-09-10 11:02:31 -05:00 |
cthuang
|
22d771b51d
|
TUN-3284: Use cloudflared/<version> as user agent of tunnelstore client
|
2020-09-09 10:34:26 +01:00 |
cthuang
|
5fb938d6d6
|
TUN-3345: tunnel run accepts name of tunnel as argument
|
2020-09-05 09:32:50 +00:00 |
Adam Chalmers
|
218ee30206
|
TUN-3377: Tunnel route should check dns/lb before checking tunnel ID
|
2020-09-04 18:44:06 +00:00 |
Adam Chalmers
|
1a96889141
|
TUN-3286: Use either ID or name in Named Tunnel subcommands.
|
2020-08-19 14:39:45 +00:00 |
Dalton Cherry
|
60de05bfc1
|
AUTH-2712 added MSI build for a windows agent
|
2020-08-17 14:44:28 -05:00 |
cthuang
|
3deef6197f
|
TUN-3213: Create, route and run named tunnels in one command
|
2020-08-17 19:38:38 +00:00 |
Dalton
|
5499c77e62
|
AUTH-2975 don't check /etc on windows
|
2020-08-17 12:40:36 -05:00 |
cthuang
|
292a7f07a2
|
TUN-3243: Refactor tunnel subcommands to allow commands to compose better
|
2020-08-11 10:02:52 +01:00 |
Adam Chalmers
|
1b61d699c4
|
TUN-3237: By default, don't show connections that are pending reconnect
|
2020-08-07 10:16:13 -05:00 |
cthuang
|
a7562dff68
|
TUN-3233: List tunnels support filtering by deleted, name, existed at and id
|
2020-08-07 10:09:26 +01:00 |
cthuang
|
1cbc8fb8ac
|
TUN-3220: tunnel route reports created route
|
2020-07-31 17:48:58 +01:00 |
Igor Postelnik
|
d61e3fb130
|
TUN-3190: Initialize logger using command line flags in tunnels subcommands
|
2020-07-21 17:25:48 +00:00 |
Dalton
|
ca7d6797e1
|
AUTH-2902 redirect with just the root host on curl commands
|
2020-07-21 11:08:31 -05:00 |