Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for builtAutoPassthroughFilterChains (0.16 sec)

  1. pilot/pkg/networking/core/gateway.go

    				}
    			}
    		}
    	}
    
    	return filterChains
    }
    
    // builtAutoPassthroughFilterChains builds a set of filter chains for auto_passthrough gateway servers.
    // These servers allow connecting to any SNI-DNAT upstream cluster that matches the server's hostname.
    // To handle this, we generate a filter chain per upstream cluster
    func builtAutoPassthroughFilterChains(push *model.PushContext, proxy *model.Proxy, hosts []string) []*filterChainOpts {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
Back to top