[Feature Request] Ability to expose entire port ranges.
Describe the feature request
Hey!
Let me start by saying that i have been using frp for almost 6 months now, and i really like it. However, i couldn't find a feature in the documentation that would allow me to expose entire port ranges, eg: ports 8000-9000 Is this a planned feature? Thanks
Describe alternatives you've considered
No response
Affected area
- [X] Docs
- [ ] Installation
- [ ] Performance and Scalability
- [ ] Security
- [ ] User Experience
- [ ] Test and Release
- [ ] Developer Infrastructure
- [X] Client Plugin
- [ ] Server Plugin
- [ ] Extensions
- [ ] Others
would be really great
https://github.com/fatedier/frp/blob/cf025d63207b4a2872ba946dc32ab56b3f98053a/conf/legacy/frpc_legacy_full.ini#L196-L202
For the current architecture, exposing a large number of ports simultaneously on a frpc is not friendly and will have obvious performance issues.
In the future, other implementation methods may be considered.
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
https://github.com/fatedier/frp/blob/cf025d63207b4a2872ba946dc32ab56b3f98053a/conf/legacy/frpc_legacy_full.ini#L196-L202
I couldn't do this for the TOML format
json: cannot unmarshal string into Go struct field ClientConfig.visitors of type int