gpt4 book ai didi

android - 是否可以使用 flutter 和 Dart 制作 Vpn 应用程序

转载 作者:行者123 更新时间:2023-12-01 16:13:46 29 4
gpt4 key购买 nike

我尝试使用此软件包制作 VPN 连接应用程序,但它不支持(L2TP 或 PPTP)等连接类型

https://pub.dev/packages/flutter_vpn

最佳答案

我在源代码上发现了那个代码,好像是 pptp 连接

  /// Use given credentials to connect VPN (ikev2-eap).
/// This will create a background VPN service.
static Future<Null> simpleConnect(
String address, String username, String password) async {
await _channel.invokeMethod('connect',
{'address': address, 'username': username, 'password': password});
}

关于android - 是否可以使用 flutter 和 Dart 制作 Vpn 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57284421/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com