Hi GL.iNet Team,
First of all, loving my Flint3 - i’ve never had so much fun tinkering with a router!
The ability to manage WireGuard client profiles directly from the Admin Panel GUI is actually a killer feature, especially to offload the overhead from my primary PC.
Currently, the gli.net interface makes it incredibly simple to input commercial VPN login and password to generate a running WireGuard tunnel. However, for users who rely on VPN Port Forwarding (e.g., for optimised peer-to-peer applications, hosting lightweight services, or avoiding passive connection states), we encounter a major roadblock.
Because some providers issue dynamic, ephemeral forwarded ports that must be actively refreshed via an API, a standard static profile cannot handle the handshake. To get this working today, users must manage complex third-party Docker networks (like Gluetun) locally on their client machines, which completely defeats the purpose of offloading encryption processing to our routers.
The Feature Request:
I would love to see GL.iNet natively integrate support for Commercial VPN Port Forwarding APIs directly inside the native VPN Client interface.
Ideally, the feature would:
-
Allow a toggle for "Enable Port Forwarding" when configuring supported providers.
-
Natively execute the necessary background API handshake script to request an incoming port from the active VPN gateway.
-
Automatically maps and injects the assigned port number into the router’s internal firewall zone rules so it routes seamlessly to the local client.
-
Display the actively assigned forwarded port number cleanly right on the Admin Panel Dashboard.
Using PIA as an example:
Private Internet Access officially provides the complete open-source code and shell scripts detailing exactly how to query their API endpoints for both setting up the WireGuard tunnel and requesting/maintaining a dynamic port forward:
- Official PIA Manual Connection Repository: https://github.com/pia-foss/manual-connection s
Having this automated at the firmware level would make GL.iNet routers the undisputed choice for prosumers wanting a bulletproof, high-performance, and maintenance-free network tunnel topology.
Thanks!