Arrow Flight sql公网链接问题

【背景】由于业务有跨区访问需求,目前sr与部分业务代码不在同一区域所以需要跨区使用公网查询数据,大部分业务场景是拉全部数据,金融场景,回测使用。
【遇到的问题】
目前开启了FE 9408的公网端口,但是使用Flight查询时报错BE的内网IP timeout,测试使用类似streamload的方式直接使用BE 9419接口,但是貌似不支持,请问下有Flight sql公网访问有解决方案吗。
【是否存算分离】否
【StarRocks版本】4.0.4
【联系方式】社区群3-jon

  return _blocking_call(self.reader.read_all, (), {}, self._stmt.cancel)
  File "adbc_driver_manager/_lib.pyx", line 1772, in adbc_driver_manager._lib._blocking_call_impl
  File "adbc_driver_manager/_lib.pyx", line 1765, in adbc_driver_manager._lib._blocking_call_impl
  File "adbc_driver_manager/_reader.pyx", line 92, in adbc_driver_manager._reader.AdbcRecordBatchReader.read_all
  File "adbc_driver_manager/_reader.pyx", line 42, in adbc_driver_manager._reader._AdbcErrorHelper.check_error
adbc_driver_manager.OperationalError: IO: [FlightSQL] connection error: desc = "transport: Error while dialing: dial tcp 10.88.0.13:9419: i/o timeout" (Unavailable; DoGet: endpoint 0: [uri:"grpc+tcp://10.88.0.13:9419"]). Vendor code: 14

看到有这个参数来控制走FE arrow_flight_proxy_enabled ,请问下是什么版本上线