Feature #12121
openWider "local network(s)" fields in OpenVPN server configuration
0%
Description
In OpenVPN server configuration, the fields "IPv4 local network(s)" and "IPv6 local network(s)" are too small in the context of a "split tunnel" VPN with dozens of routes. Tedious input (copy+paste in external text editor, add route, copy+paste in the web interface).
Can we imagine more larger fields / multiline fields (textarea)?
Updated by Jim Pingle over 3 years ago
- Target version set to CE-Next
- Plus Target Version set to Plus-Next
The GUI for these could use some redesign since it was originally only used for a single network. It can't be a rowhelper since the page already has one, but perhaps a larger textarea might be viable.
In the meantime you could also manually make the push "route x.x.x.x y.y.y.y";
lines in the advanced config if you have a lot and want better control over the formatting/visibility. Or summarize the routes in a larger subnet if it's viable.