Commit 827b9223 authored by wang's avatar wang

111

parent a70c4792
...@@ -39,8 +39,8 @@ class PxBypass { ...@@ -39,8 +39,8 @@ class PxBypass {
prox = `http://user-uni001-region-us-sessid-${randint(1000, 5000)}-sesstime-5-keep-true:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600` 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://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:${randint(10000, 13500)}`
// prox = 'http://127.0.0.1:7890' prox = 'http://127.0.0.1:9000'
// tlsUrl = 'http://127.0.0.1:58000/tls/forward' tlsUrl = 'http://127.0.0.1:58000/tls/forward'
// tlsUrl = 'http://127.0.0.1:3000/tls/forward' // tlsUrl = 'http://127.0.0.1:3000/tls/forward'
...@@ -565,9 +565,9 @@ async function run() { ...@@ -565,9 +565,9 @@ async function run() {
// await px.init() // await px.init()
await px.step1() await px.step1()
await px.step2() await px.step2()
await px.sleep(1500) // await px.sleep(1500)
await px.step3() await px.step3()
await px.sleep(6000) // await px.sleep(6000)
await px.step4() await px.step4()
// await px.sleep(1500) // await px.sleep(1500)
...@@ -575,9 +575,9 @@ async function run() { ...@@ -575,9 +575,9 @@ async function run() {
if (!px.result) { if (!px.result) {
await px.step1() await px.step1()
await px.step2() await px.step2()
await px.sleep(1500) // await px.sleep(1500)
await px.step3() await px.step3()
await px.sleep(8000) // await px.sleep(8000)
await px.step4() await px.step4()
......
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