cloudflared/ingress
João Oliveirinha 7e47667b08 TUN-5481: Create abstraction for Origin UDP Connection
Creates an abstraction over UDP Conn for origin "connection" which can
be useful for future support of complex protocols that may require
changing ports during protocol negotiation (eg. SIP, TFTP)
In addition, it removes a dependency from ingress on connection package.
2021-12-06 16:37:09 +00:00
..
ingress_test.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01:00
ingress.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_connection_test.go TUN-5481: Create abstraction for Origin UDP Connection 2021-12-06 16:37:09 +00:00
origin_connection.go Revert "TUN-5184: Make sure outstanding websocket write is finished, and no more writes after shutdown" 2021-10-25 19:51:52 +01:00
origin_proxy_test.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_proxy.go TUN-4701: Split Proxy into ProxyHTTP and ProxyTCP 2021-07-19 13:43:59 +00:00
origin_request_config_test.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
origin_request_config.go TUN-4359: Warn about unused keys in 'tunnel ingress validate' 2021-05-13 02:05:19 +01:00
origin_service.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
origin_udp_proxy.go TUN-5481: Create abstraction for Origin UDP Connection 2021-12-06 16:37:09 +00:00
rule_test.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00
rule.go TUN-4655: ingress.StreamBasedProxy.EstablishConnection takes dest input 2021-07-07 15:58:04 +01:00