Commit Graph

7 Commits

Author SHA1 Message Date
regnaio 278f9e32f0 new branch 2022-03-29 07:41:23 -04:00
regnaio 571011d06d change should disregard ingress rules without specified location 2022-03-29 07:38:48 -04:00
regnaio 98a9571da9 fixed path 2022-03-29 07:33:38 -04:00
regnaio 901fd63c97 Location first attempt 2022-03-29 06:31:52 -04:00
Nuno Diegues 3aebaaad01 TUN-5836: QUIC transport no longer sets body to nil in any condition
Setting the body to nil was rendering cloudflared to crashing with
a SIGSEGV in the odd case where the hostname accessed maps to a
TCP origin (e.g. SSH/RDP/...) but the eyeball sends a plain HTTP
request that does not go through cloudflared access (thus not wrapped
in websocket as it should).

Instead, QUIC transport now sets http.noBody in that condition, which
deals with the situation gracefully.
2022-03-07 11:39:07 +00:00
cthuang d68ff390ca TUN-5698: Make ingress rules and warp routing dynamically configurable 2022-02-16 09:38:28 +00:00
cthuang e22422aafb TUN-5749: Refactor cloudflared to pave way for reconfigurable ingress
- Split origin into supervisor and proxy packages
- Create configManager to handle dynamic config
2022-02-14 15:37:09 +00:00