feat: add dcrouter external gateway sync
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
export interface ISettings {
|
||||
cloudflareToken: string;
|
||||
cloudflareZoneId: string;
|
||||
dcrouterGatewayUrl: string;
|
||||
dcrouterGatewayApiToken: string;
|
||||
dcrouterWorkHosterId: string;
|
||||
dcrouterTargetHost: string;
|
||||
dcrouterTargetPort: number;
|
||||
autoRenewCerts: boolean;
|
||||
renewalThreshold: number;
|
||||
acmeEmail: string;
|
||||
|
||||
Reference in New Issue
Block a user