cloudflared-mirror/ingress
Sudarsan Reddy 91eba53035 TUN-6639: Validate cyclic ingress configuration
This reverts commit d4d9a43dd7.

We revert this change because the value this configuration addition
brings is small (it only stops an explicit cyclic configuration versus
not accounting for local hosts and ip based cycles amongst other things)
whilst the potential inconvenience it may cause is high (for example,
someone had a cyclic configuration as an ingress rule that they weren't
even using).
2022-08-10 19:31:05 +00:00
..
config.go Merge pull request #656 from nikr-canva/http2-origins 2022-06-16 12:23:07 -05:00
config_test.go TUN-6380: Enforce connect and keep-alive timeouts for TCP connections in both WARP routing and websocket based TCP proxy. 2022-06-14 21:36:40 +00:00
ingress.go TUN-6639: Validate cyclic ingress configuration 2022-08-10 19:31:05 +00:00
ingress_test.go TUN-6639: Validate cyclic ingress configuration 2022-08-10 19:31:05 +00:00
origin_connection.go TUN-5184: Handle errors in bidrectional streaming (websocket#Stream) gracefully when 1 side has ended 2022-02-10 20:00:36 +00:00
origin_connection_test.go TUN-5481: Create abstraction for Origin UDP Connection 2021-12-06 16:37:09 +00:00
origin_proxy.go TUN-6380: Enforce connect and keep-alive timeouts for TCP connections in both WARP routing and websocket based TCP proxy. 2022-06-14 21:36:40 +00:00
origin_proxy_test.go TUN-6380: Enforce connect and keep-alive timeouts for TCP connections in both WARP routing and websocket based TCP proxy. 2022-06-14 21:36:40 +00:00
origin_service.go Merge pull request #656 from nikr-canva/http2-origins 2022-06-16 12:23:07 -05:00
origin_udp_proxy.go TUN-6308: Add debug logs to see if packets are sent/received from edge 2022-05-30 14:01:40 +01:00
rule.go TUN-5869: Add configuration endpoint in metrics server 2022-03-22 08:11:59 -07:00
rule_test.go fix ingress rules unit test 2022-06-02 09:49:06 +12:00