Skip to content

fix(sources): Add New Proxy Sources #21

@gfpcom

Description

@gfpcom

Adding New Proxy Sources

The core of this project is the collection of proxy sources. We are always looking for new, reliable sources of free proxies.

How it works:

The application reads files from the /sources directory. Each file in this directory (e.g., http.txt, vless.txt) corresponds to a proxy protocol. The content of these files are URLs, with each URL pointing to a list of proxies.

Steps to add a source:

  1. Find a proxy source URL. This should be a raw text URL that provides a list of proxies.
  2. Identify the correct file. In the /sources directory, find the file that matches the protocol of your source list (e.g., for a list of HTTP proxies, use http.txt). If a file for that protocol doesn't exist, you can create one.
  3. Add the URL. Add the URL to a new line in the appropriate file.

for more details, please check the full guide

TODO LIST

NB: get more free list from https://github.com/search?q=free+v2ray&type=repositories&s=updated&o=desc

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions