Support routes.

This commit is contained in:
2026-07-10 05:21:43 +00:00
parent 5c26c7530a
commit 43253ca120
8 changed files with 597 additions and 85 deletions

View File

@@ -8,7 +8,7 @@ export interface Status {
// ========================================
// Global Config Types (Wild Central level)
// Endpoint: /api/v1/config
// File: {dataDir}/config.yaml
// File: {dataDir}/state.yaml
// ========================================
export interface HAProxyCustomRoute {
@@ -25,10 +25,6 @@ export interface GlobalConfig {
central?: {
domain?: string;
};
router?: {
ip?: string;
dynamicDns?: string;
};
dnsmasq?: {
ip?: string;
interface?: string;