brought back the ability to share wireguard native format configs
This commit is contained in:
parent
8e0eef3316
commit
cdb18de305
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ PageType {
|
||||||
|
|
||||||
if (index === ContainerProps.containerFromString("amnezia-openvpn")) {
|
if (index === ContainerProps.containerFromString("amnezia-openvpn")) {
|
||||||
root.connectionTypesModel.push(openVpnConnectionFormat)
|
root.connectionTypesModel.push(openVpnConnectionFormat)
|
||||||
} else if (index === ContainerProps.containerFromString("amnezia-awg")) {
|
} else if (index === ContainerProps.containerFromString("amnezia-wireguard")) {
|
||||||
root.connectionTypesModel.push(wireGuardConnectionFormat)
|
root.connectionTypesModel.push(wireGuardConnectionFormat)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue