Closed rahat14 closed 1 year ago
You have to fill it with openvpn config script (file content)
@nizwar it showing me an error can u help me by giving an example? I am adding a configuration file. https://we.tl/t-45CzR7wXCr
@nizwar thnx man. but now it is stuck on VPNStage.unknown . but the same file is running on OpenVPN windows client perfectly
@nizwar Please have a look into this error "stuck on VPNStage.unknown"
Future
Future initPlatformState() async {
engine.connect(config, "USA",
username: defaultVpnUsername,
password: defaultVpnPassword,
certIsRequired: false);
if (!mounted) return;
}
what to pass in config here , path to the config file or the whole file content. both of them tried did not work.