NoahCardoza / CloudProxy

Proxy server to bypass Cloudflare protection.
MIT License
538 stars 62 forks source link

Add proxy support (NO AUTH) & Add anti-captcha to solving methods #44

Closed iIIusi0n closed 3 years ago

iIIusi0n commented 3 years ago

NOT SUPPORT AUTH NOW!

NoahCardoza commented 3 years ago

Will think work with this line here? Sorry, I don't have much time for testing right now.

https://github.com/NoahCardoza/CloudProxy/blob/efc8b4a7db957cafcd0fbdd3f9b371c471535a3f/src/routes.ts#L128

iIIusi0n commented 3 years ago

Will think work with this line here? Sorry, I don't have much time for testing right now.

https://github.com/NoahCardoza/CloudProxy/blob/efc8b4a7db957cafcd0fbdd3f9b371c471535a3f/src/routes.ts#L128

No. It parse JSON and get proxy address like "type://host:port", If there is auth in link, it will be ignore. I will update to working with auth, but i have no time right now to do that. I have another primary priority :(

NoahCardoza commented 3 years ago

No worries. Thanks!

NoahCardoza commented 3 years ago

I'm just going to trust this works as I don't have much time for this project atm 🤞

mastercho commented 3 years ago

@iIIusi0n where i should set anti-captcha key?

iIIusi0n commented 3 years ago

Send as json value. Key name is "apiKey".