feat(dcrouter): add managed local dcrouter mode with status controls and gateway integration
This commit is contained in:
@@ -259,6 +259,12 @@ export interface IAppSettings {
|
||||
serverIP?: string;
|
||||
cloudflareToken?: string;
|
||||
cloudflareZoneId?: string;
|
||||
dcrouterMode?: 'managed' | 'external' | 'disabled';
|
||||
dcrouterManagedImage?: string;
|
||||
dcrouterManagedOpsPort?: number;
|
||||
dcrouterManagedHttpPort?: number;
|
||||
dcrouterManagedHttpsPort?: number;
|
||||
dcrouterManagedDataDir?: string;
|
||||
dcrouterGatewayUrl?: string;
|
||||
dcrouterGatewayApiToken?: string;
|
||||
dcrouterGatewayClientId?: string;
|
||||
|
||||
Reference in New Issue
Block a user