Skip to content

🌐 The IP_API Backend for CFW-BOT is your go-to hub for tutorials and IP addresses! Perfect for enhancing your CFW-BOT experience, it's your friendly guide to networking, security, and development tasks. 🤖💡

Notifications You must be signed in to change notification settings

2ri4eUI/CFW_Worker_Sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

آموزش به زبان فارسی

IP API FOR CFW BOT

in this repo in will instruct how to create your own backend for CFW-BOT subscription workers

you can install bot from this repo : https://github.com/2ri4eUI/CFW-BOT

##Tutorial

  1. register for a free account on in https://fofa.info. you can use your gmail, just first change the language to english image

  2. search for ip that are on cloudflare server, use this query example

server=="cloudflare" && port=="443" && country=="NL" && city=="Amsterdam"

you can use any desired port, country and city , there are infinite option and there are other query you can use as well, so far this is the one i get more cleaned ip with

  1. change the ip view to last month, this increase your change to find more usable ips

  2. download results of your search, your download will be in personal center here

image

  1. copy the ip column of your downloaded csv file and use your desired cloudflare speed test tool to find suitble ips

example of checking speed of cloudflare ips

  1. i use this tool CloudflareSpeedTest, download it for your OS.

  2. copy ips that you downloaded in csv file in ip.txt file in Cloudflarespeedtest folder

  3. open terminal and run ./CloudflareST.exe if you are using windows. for more info on how to use it read its document.

  4. it show the working ips in terminal and will generate a result.csv file . use ip with best speed. image

Creating CFW subscription backend (IP_API)

  1. for more detail about the CFW-BOT go HERE
  2. create a text file in any web service you know that can provide you a public link. for purpose of this tutorial i use github.
  3. create a .txt file with your desired name
  4. use this format for adding ip
ip:port#name of your config

each ip should be in seperate line, you can use ips.txt file in this repo as guide if you dont provide any port it will use 443 as default port

  1. save file and get the raw link of your .txt file, just click on RAW on top of the file and copy its link from browser.

  2. go to bot and select subscription ips button

    image

  3. select change button and paste your file RAW link

    image

  4. DONE🎉. from now on, every user that you create will have your NEW and UNIQUE backend in their subcription link.

Changing Ips in users Subscriptions

To fetch updates in the IP_API backend on your sub link, simply update your subscription in your desired app (all app e.g:v2rayng or any other app you are using have this option). The changes typically reflect in the subscription link within 3-5 minutes.

About

🌐 The IP_API Backend for CFW-BOT is your go-to hub for tutorials and IP addresses! Perfect for enhancing your CFW-BOT experience, it's your friendly guide to networking, security, and development tasks. 🤖💡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published