Support routes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user