Skip to content

HTML node conversion tool, batch modify node to accelerate node tool, V2 conversion Clash tool

Notifications You must be signed in to change notification settings

waseemcn/V2rayToClash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用 HTML 文件进行 v2ray 到 clash 的转换

简介

本文档介绍如何使用提供的 HTML 文件将 v2ray 配置转换为 clash 格式,并通过 Node.js 或 Python 的 HTTP 服务器进行本地服务。

1. 文件描述

1. index.html - 首页(集成页面)

  • 说明: 该文件是整个项目的首页,提供整体集成的页面展示。

2. nodestoclash.html - V2Ray转Clash工具

  • 说明: 该文件实现了V2Ray配置文件转Clash配置文件的功能,是一个纯静态的转换工具。

3. tonodes.html - 批量转换加速节点

  • 说明: 此文件提供了批量转换加速节点的功能,使用户能够方便地进行大量节点的转换操作。

4. template/*.yaml - Clash的模板文件

  • 说明: 该目录包含了Clash配置文件的模板,用户可以根据需要自定义模板文件。每个.yaml文件对应一个Clash配置模板。

2. 启动 HTTP 服务器

使用 Node.js HTTP 服务器

确保你已经安装了 Node.js。然后,使用以下命令启动一个本地服务器:

npx http-server -p 8080

Node.js http-server文档

3. 使用 Python HTTP 服务器

确保你已经安装了 Python。然后,使用以下命令启动一个本地服务器:

# python2
python -m http.server 8080

# python3
python3 -m http.server 8080

Python http.server文档

About

HTML node conversion tool, batch modify node to accelerate node tool, V2 conversion Clash tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published