2

Is it possible to use my shared hosting IP as a proxy? I have cPanel access to my hosting, and I need a proxy to use in a software. Is it possible and how? Thanks

hasani
  • 43
  • 1
  • 7

1 Answers1

1

Yes, you can use self hosted open source script https://www.glype.com/ It will provide feature you proxy site.

and if you want to use curl with proxy than try this: https://stackoverflow.com/a/12618663/2384642

Community
  • 1
  • 1
Shiv Singh
  • 6,939
  • 3
  • 40
  • 50
  • Thanks! But this works only for web browsing? I'd like to use a proxy in a software, where I need to add IP, user / pass, port ... anyway to do this? Thanks again. – hasani May 18 '17 at 13:57
  • No, in shared hosting its not possible, if you need own proxy server then you will need a root access server than you can install any open source proxy system. – Shiv Singh May 19 '17 at 09:24