feat(external-gateway): add gateway client domain and DNS record support for dcrouter integration
This commit is contained in:
@@ -261,6 +261,8 @@ export interface IAppSettings {
|
||||
cloudflareZoneId?: string;
|
||||
dcrouterGatewayUrl?: string;
|
||||
dcrouterGatewayApiToken?: string;
|
||||
dcrouterGatewayClientId?: string;
|
||||
/** @deprecated Use dcrouterGatewayClientId. */
|
||||
dcrouterWorkHosterId?: string;
|
||||
dcrouterTargetHost?: string;
|
||||
dcrouterTargetPort?: number;
|
||||
|
||||
Reference in New Issue
Block a user