Request console.log removed
This commit is contained in:
parent
3637fec516
commit
b36364da76
@ -110,7 +110,6 @@ async function proxy_getter(req_url: string, req_proxy: Proxy[]): Promise<ProxyO
|
|||||||
}
|
}
|
||||||
|
|
||||||
req.on('connect', function (res, socket, head) {
|
req.on('connect', function (res, socket, head) {
|
||||||
console.log('Connected');
|
|
||||||
const tlsConnection = tls.connect(
|
const tlsConnection = tls.connect(
|
||||||
{
|
{
|
||||||
host: parsed_url.hostname,
|
host: parsed_url.hostname,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user