mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Add OpenVpn module
This commit is contained in:
@@ -313,6 +313,7 @@ class AmneziaVpnService : VpnService() {
|
||||
?: when (protocolName) {
|
||||
"wireguard" -> Wireguard()
|
||||
"awg" -> Awg()
|
||||
"openvpn" -> OpenVpn()
|
||||
else -> throw IllegalArgumentException("Failed to load $protocolName protocol")
|
||||
}.apply { initialize(applicationContext, protocolState) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user