fix(tests): fix tests
This commit is contained in:
@ -105,6 +105,13 @@ export interface ISmartProxyOptions {
|
||||
useHttpProxy?: number[]; // Array of ports to forward to HttpProxy
|
||||
httpProxyPort?: number; // Port where HttpProxy is listening (default: 8443)
|
||||
|
||||
// Metrics configuration
|
||||
metrics?: {
|
||||
enabled?: boolean;
|
||||
sampleIntervalMs?: number;
|
||||
retentionSeconds?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* Global ACME configuration options for SmartProxy
|
||||
*
|
||||
|
Reference in New Issue
Block a user