feat(ServerManagement): add 'home' server type to server configurations and update related components to handle billing and filtering exclusions for home routers

This commit is contained in:
2026-01-22 23:30:04 +07:00
parent 5114e9dd81
commit 3ab4c4095a
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -93,6 +93,7 @@ export const SERVER_TYPE_OPTIONS = [
{ value: 'exit', label: 'Выходная нода' },
{ value: 'bgp', label: 'BGP роутер' },
{ value: 'dns', label: 'DNS сервер' },
{ value: 'home', label: 'Входной роутер (домашний)' },
];
/**