Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question How configure Squid Proxy behind Cloudflare Tunnel

redhat

Administrator
Staff member
Administrator
Joined
Jun 19, 2019
Messages
3,306
Reaction score
15,927
Points
134
Location
root[@]woi
Hi

I am trying to use Squid Proxy behind Cloudflare Tunnel.

I just install Squid on my Rapberry PI with Ubuntu. I just take a free Domain from Freenom and put it on Cloudflare. I add on Freenom the CF Nameservers.

On CF I add a new Tunnel on CF and bind it with my Raspberry PI. The tunnel does work fine. Than I add new Application under the Tunnel with with a subdomain like: proxy.mydomein.tk, HTTP protocol, 127.0.0.1:3128

curl -x http://[proxy.mydomain.tk]:3128 http://[targetdomain].com -v

If I curl

curl -x [URL='http://127.0.0.1:3128/']http://127.0.01:3128[/URL] http://[targetdomain].com -v

from the local (Raspberry PI) it does work fine. I can’t receive a response from the server using the tunnel from out beide the local network.

I have tried with TCP and HTTP

Anyone can help with the correct configuration?
 
Cloudflare only supports some ports over DNS proxy, I don't think it supports 3128.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top