Commit 7e5c74ff authored by wang's avatar wang

f9

parent 3db60009
......@@ -54,9 +54,9 @@ class PxBypass {
this.prox = `http://user-uni001-region-us-sessid-${randint(1000, 5000)}-sesstime-5-keep-true:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600`
// prox = `http://uni00001_custom_zone_US_sid_${randint(67336718, 67336728)}_time_5:q39CEBTs5A@us.foxyip.com:7778`
// prox = `http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:${randint(10000, 13500)}`
this.prox = 'http://127.0.0.1:8890'
// this.prox = 'http://127.0.0.1:8890'
this.tlsUrl = 'http://52.52.23.116/tls/forward'
this.tlsUrl = 'http://127.0.0.1:58000/tls/forward'
// this.tlsUrl = 'http://127.0.0.1:58000/tls/forward'
this.pxHeaders = {
......@@ -155,7 +155,7 @@ class PxBypass {
for (let i = 0; i < data.length; i++) {
let n = data[i];
n.d['PX11645'] = this.url;
n.d["PX11379"] = true;
n.d["PX11379"] = false;
}
console.log(JSON.stringify(data))
......@@ -406,8 +406,9 @@ class PxBypass {
// this.str1, this.uuid,
// this.startTs, this.startTs2, this.performanceNow, this.px12280)
this.pxenv.performanceNow = this.performanceNow
let data = [this.pxenv.get_px12123(),
this.pxenv.get_px11891(),
let data = [
// this.pxenv.get_px12123(),
// this.pxenv.get_px11891(),
this.pxenv.get_px11547()]
let res = await this.do_collector(data)
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment