fix(smartproxy): Improve port binding intelligence and ACME challenge route management; update route configuration tests and dependency versions.
This commit is contained in:
@ -45,9 +45,9 @@ tap.test('should set update routes callback on certificate manager', async () =>
|
||||
setUpdateRoutesCallback: function(callback: any) {
|
||||
callbackSet = true;
|
||||
},
|
||||
setHttpProxy: function() {},
|
||||
setGlobalAcmeDefaults: function() {},
|
||||
setAcmeStateManager: function() {},
|
||||
setHttpProxy: function(proxy: any) {},
|
||||
setGlobalAcmeDefaults: function(defaults: any) {},
|
||||
setAcmeStateManager: function(manager: any) {},
|
||||
initialize: async function() {},
|
||||
provisionAllCertificates: async function() {},
|
||||
stop: async function() {},
|
||||
|
Reference in New Issue
Block a user