mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:11:26 +00:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
var httpsServerMgr = require("./httpsServerMgr");
|
|
|
|
|
|
var instance = new httpsServerMgr();
|
|
|
|
instance.fetchPort("localhost",function(err,port){
|
|
console.log(port);
|
|
}); |