Skip to content

Commit 87ba237

Browse files
author
Andy Oknen
committed
feat: add nodeControl info to cached data in Proxy
1 parent 6e44871 commit 87ba237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy16/proxy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ var Proxy = function (settings, manage, test, logger, reverseproxy) {
875875
if(cachedInfo && !wcached){
876876
if(cachedInfo.time + 120000 > Date.now()){
877877
cachedInfo.data.tor = self.torapplications.info(compact);
878+
cachedInfo.data.nodeControl = self.nodeControl.info(compact);
878879
return cachedInfo.data
879880
}
880881
}

0 commit comments

Comments
 (0)