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:
@@ -93,6 +93,7 @@ export const SERVER_TYPE_OPTIONS = [
|
||||
{ value: 'exit', label: 'Выходная нода' },
|
||||
{ value: 'bgp', label: 'BGP роутер' },
|
||||
{ value: 'dns', label: 'DNS сервер' },
|
||||
{ value: 'home', label: 'Входной роутер (домашний)' },
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user