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
@@ -57,6 +57,7 @@ export default function ServerCard({
exit: { label: 'EXIT', color: 'red', icon: IconArrowsRightLeft },
bgp: { label: 'BGP', color: 'purple', icon: IconRoute },
dns: { label: 'DNS', color: 'cyan', icon: IconWorldWww },
home: { label: 'HOME', color: 'green', icon: IconRouter },
};
const currentTypeConfig = typeConfig[serverType] || typeConfig.jumphost;