Commit 55994d15 authored by wang's avatar wang

111

parent 5b35bdbb
This diff is collapsed.
......@@ -38,7 +38,7 @@ class PxBypass {
prox = `http://user-uni001-region-us-sessid-${randint(1000, 5000)}-sesstime-5-keep-true:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600`
// prox = `http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:${randint(10000, 13500)}`
prox = 'http://127.0.0.1:8890'
prox = 'http://127.0.0.1:9000'
tlsUrl = 'http://127.0.0.1:58000/tls/forward'
// tlsUrl = 'http://127.0.0.1:3000/tls/forward'
......@@ -456,8 +456,8 @@ class PxBypass {
}
async step4() {
// this.performanceNow = parseInt(Date.now() - this.startTs)
this.performanceNow = randint(10000, 11000)
this.performanceNow = parseInt(Date.now() - this.startTs)
// this.performanceNow = randint(10000, 11000)
this.px12280 = Date.now()
// let data = genPayload4(this.url, this.sid, this.vid, this.ts, this.num1, this.num2,
// this.str1, this.uuid,
......@@ -564,16 +564,16 @@ async function run() {
// await px.init()
await px.step1()
await px.step2()
// await px.sleep(1500)
await px.sleep(1500)
await px.step3()
// await px.sleep(6000)
await px.sleep(4000)
await px.step4()
// await px.sleep(1500)
if (!px.result) {
await px.step1()
// await px.step2()
await px.step2()
// await px.sleep(1500)
await px.step3()
// await px.sleep(8000)
......
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