-
Notifications
You must be signed in to change notification settings - Fork 737
Description
Hello, Dev-team
I recently fell in love with Tinyproxy and it's powerful features and it's just a relief over Apache and Squid. I have been using it a lot lately.
Today, I was setting-up my personal Laptop (running Ubuntu) in WSL V2 as forward proxy so that I can channel my remote server requests through my Laptop connection and IP address.
I have successfully done my setup my configuring Tinyproxy config file
Listen 0.0.0.0
Allow 0.0.0.0/0
Allow ::0 these are the features I had changed (values maybe a bit wrong hahah cuz I'm on my phone)
I tried channeling my curl requests through my localhost using exposed port 8888 and it was successful but when I had used it on my remote Ubuntu server it failed. I had read the log file of my Tinyproxy on my laptop and it said connection was established but it was closed.
Can someone please help me in fixing this? Because I want to get started with using my forward proxy fast : )