fix(smartproxy): improve certificate manager mocking in tests, enhance IPv6 validation, and record initial bytes for connection metrics
This commit is contained in:
@@ -125,6 +125,7 @@ tap.test('should handle ACME challenges on port 8080 with improved port binding
|
||||
return [];
|
||||
},
|
||||
stop: async () => {},
|
||||
setRoutes: (routes: any) => {},
|
||||
smartAcme: {
|
||||
getCertificateForDomain: async () => {
|
||||
// Return a mock certificate
|
||||
|
||||
Reference in New Issue
Block a user