feat(serverUtils): add BGP router option to server type selection for enhanced server management
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m39s

This commit is contained in:
2026-01-20 17:39:11 +07:00
parent 86d4ecb7e2
commit a04dc72b00
+1
View File
@@ -91,6 +91,7 @@ export const needsGateways = (type) => {
export const SERVER_TYPE_OPTIONS = [
{ value: 'jumphost', label: 'Jumphost' },
{ value: 'exit', label: 'Выходная нода' },
{ value: 'bgp', label: 'BGP роутер' },
];
/**