7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
enhancementhelp wantedquestionstale
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Is there a function that will allow you to forward a lot of ports to a small number of commands?
Contributor guide
- Research direction
- Search Envoy's configuration documentation for port range forwarding support. Look at existing listener configuration examples and check if there is a way to specify port ranges in the 'address' field or use a filter that handles multiple ports.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Research
- Prerequisites
- Gitbasic networkingC++ basics