|
![]() |
#1
|
|||
|
|||
![]()
what change should we do?
how make Announce URL out domain |
#2
|
|||
|
|||
![]()
First you have to look up Cloudflares supported ports, use one that works for you. There's a list here:
By default, Cloudflare proxies traffic destined for the HTTP/HTTPS ports listed below. HTTP ports supported by Cloudflare: 80 8080 8880 2052 2082 2086 2095 HTTPS ports supported by Cloudflare: 443 2053 2083 2087 2096 8443 Then you need to put Nginx in front of your torrent tracker. For example if you use Xbt Tracker you need to use Nginx rewrite like this, in "default.conf" or whatever you'd like to name it .conf in the conf.d folder: PHP Code:
I think that's about it, you can look up how to add more options to Nginx like the amount of workers and keep alive time. If you don't put Nginx in front of your tracker then the tracker will get all Cloudflare ip addresses and won't be able to communicate and track properly. Also make another file in the Nginx conf.d folder called cloudflare.conf and put the following inside, this will allow you to get the real ips: 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 104.16.0.0/12; set_real_ip_from 108.162.192.0/18; set_real_ip_from 131.0.72.0/22; set_real_ip_from 141.101.64.0/18; set_real_ip_from 162.158.0.0/15; set_real_ip_from 172.64.0.0/13; set_real_ip_from 173.245.48.0/20; set_real_ip_from 188.114.96.0/20; set_real_ip_from 190.93.240.0/20; set_real_ip_from 197.234.240.0/22; set_real_ip_from 198.41.128.0/17; set_real_ip_from 2400:cb00::/32; set_real_ip_from 2405:8100::/32; set_real_ip_from 2405:b500::/32; set_real_ip_from 2606:4700::/32; set_real_ip_from 2803:f800::/32; set_real_ip_from 2c0f:f248::/32; set_real_ip_from 2a06:98c0::/29; real_ip_header CF-Connecting-IP; |
The Following User Says Thank You to mogo For This Useful Post: | ||
Fynnon (24th June 2024)
|
#3
|
||||
|
||||
![]()
using cloudflare, as far as Im aware, just keeps a snapshot of your server if its down so visitors can still see your pages as it was before going down. The tracker itself wouldnt be running, so no tracking can be done anyways, so there is no point and would be more confusing than if the site just gave a 404 or 502. In my opinion, dont waste your time
__________________
More torrenttrader stuff at https://torrenttrader.uk |
#4
|
|||
|
|||
![]()
you dont need to put nginx in front of apache
it works normally without if you just install mod_remoteip and configure it with coudflare ips classes a full tutorial can be found on their own wiki
__________________
Need HELP!? I can install:
|
![]() |
Tags |
cloudflare , wany |
|
|