pub static REMOTE_ALLOC_ALLOWED_PORT_RANGE: Key<Range<u16>>Expand description
For Tcp channel types, if set, only uses ports in this range for the
frontend ports. The input should be in the format “
- “26601..26611” means only use the 10 ports in the range [26601, 26610], including 26601 and 26610.
This config is useful in environments where only a certain range of ports are allowed to be used.