Add support for proxy with hlt client
This commit is contained in:
@@ -8,6 +8,9 @@ async function main() {
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
console.log('Client started:', client?.getEndpoint());
|
||||
|
||||
setTimeout(async () => {
|
||||
client?.stop();
|
||||
}, 5000);
|
||||
|
||||
Reference in New Issue
Block a user