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 cloudflare in xcodes

Status
Not open for further replies.
if you use cloudflare in your LB's you may recive some warning from CF, for ilegal use or streaming content..
like @JoAodeDeUs said... or you pay for streaming ( and is not cheap ) or you will get blocked for streaming copy righted content.
Do you think cloudflare minimum plan will bypass this? I mean the $20 plan .
 
Do you think cloudflare minimum plan will bypass this? I mean the $20 plan .
it will depend how much data it will stream... but 20$ LOL... normal for streaming you will need enterprise plan...
and even if you have money and pay... after a few days you will get banned for streaming copyrithed content...
 
it will depend how much data it will stream... but 20$ LOL... normal for streaming you will need enterprise plan...
and even if you have money and pay... after a few days you will get banned for streaming copyrithed content...
Hmmm, not true about the enterprise plan. I know someone using it with xu and has hasn't been banned.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
But you added in PHP the header, or directly in nginx.conf?

And if you have a MOVIE X in an LB, and you indicate another LB for that movie in the VOD config, it will copy that movie to the other LB...why do you want that?

Not use CF in LBs, sooner or later CF will block @darknight.live
So what to use with LB so they don't get discovered? What better alternative? Like cloudflare
 
Can also do:

In nginx.conf, in after open http {

PHP:
http {

#CF:
set_real_ip_from 173.245.48.0/20;
set_real_ip_from 103.21.244.0/22;
set_real_ip_from 103.22.200.0/22;
set_real_ip_from 103.31.4.0/22;
set_real_ip_from 141.101.64.0/18;
set_real_ip_from 108.162.192.0/18;
set_real_ip_from 190.93.240.0/20;
set_real_ip_from 188.114.96.0/20;
set_real_ip_from 197.234.240.0/22;
set_real_ip_from 198.41.128.0/17;
set_real_ip_from 162.158.0.0/15;
set_real_ip_from 104.16.0.0/13;
set_real_ip_from 104.24.0.0/14;
set_real_ip_from 172.64.0.0/13;
set_real_ip_from 2400:cb00::/32;
set_real_ip_from 2606:4700::/32;
set_real_ip_from 2803:f800::/32;
set_real_ip_from 2405:b500::/32;
set_real_ip_from 2405:8100::/32;
set_real_ip_from 2a06:98c0::/29;
real_ip_header X-Forwarded-For;
real_ip_recursive off;

Need realip module compiled in NGINX...

For confirm if have:
nginx -V 2>&1 | egrep --color -o 'realip_module'
In the case XC:
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx -V 2>&1 | egrep --color -o 'realip_module'

For obtain IPs CF updated: IN cloudflare_ips.conf FILE -->

PHP:
cat /dev/null > cloudflare_ips.conf && curl -s https://www.cloudflare.com/ips-v4 | while read ip; do echo "set_real_ip_from $ip;" >> cloudflare_ips.conf; done && curl -s https://www.cloudflare.com/ips-v6 | while read ip; do echo "set_real_ip_from $ip;" >> cloudflare_ips.conf; done && printf "real_ip_header X-Forwarded-For;\nreal_ip_recursive off;\n" >> cloudflare_ips.conf

Test:
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx -t
Reload:
/home/xtreamcodes/iptv_xtream_codes/nginx/sbin/nginx -s reload

NOT use CF in LBs...
Thank you @joaodedeus , I did this but when I activate PROXY in Cloudflare I can't reach my admin panel.. everything works fine less the panel.. you know what can be? I use the default SSL port for reach the panel
 
Wich be solution if using 2 unsuported cloudflare http ports?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
its only work with this Ports?
HTTP ports supported by Cloudflare:


  • 80
  • 8080
  • 8880
  • 2052
  • 2082
  • 2086
  • 2095
 
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top