added the ability to change awg parameters on the protocol settings page

This commit is contained in:
vladimir.kuznetsov
2023-10-06 16:43:52 +05:00
parent 9df262d502
commit b7a65343af
9 changed files with 224 additions and 80 deletions
+4
View File
@@ -338,6 +338,10 @@ bool ServerController::isReinstallContainerRequired(DockerContainer container, c
return true;
}
if (container == DockerContainer::AmneziaWireGuard) {
return true;
}
return false;
}