mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Share WireGuard page
Share IKEv2 page
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"uuid": "$UUID",
|
||||
"name": "IKEv2 VPN ($SERVER_ADDR)",
|
||||
"type": "ikev2-cert",
|
||||
"remote": {
|
||||
"addr": "$SERVER_ADDR"
|
||||
},
|
||||
"local": {
|
||||
"p12": "$P12_BASE64",
|
||||
"rsa-pss": "true"
|
||||
},
|
||||
"ike-proposal": "aes256-sha256-modp2048",
|
||||
"esp-proposal": "aes128gcm16"
|
||||
}
|
||||
Reference in New Issue
Block a user