Skip to content

limkim0530/ACL4SSR-web

Repository files navigation

ACL4SSR-web

A web page that provides a link generator for ACL4SSR rules subscription conversion.

中文文档

Introduction

Although there is already a great project: GitHub - CareyWang/sub-web, it does not offer an option for ACL4SSR in its remote configuration. Therefore, I merged some configurations from ACL4SSR 在线订阅转换 and rewrote a page, while removing the short link generation feature.

About the Backend

The web page only provides parameter concatenation, which is very simple. For details on the parameters, see subconverter Readme-cn. After obtaining the link, the server requested by the link will vary depending on the backend address selected. It is recommended to use a local or personal server setup. subconverter provides multi-platform releases, which are very simple to try.

Usage

Download/clone the project code, enter the root directory, and run the following commands:

npm install
npm run build

You will get the webpack-packaged static files in the dist directory.

You can also fork the project and deploy it directly on Vercel.

Customization

There are many backend parameters, and the page only provides a few commonly used ones. If needed, you may need to modify the options configuration in src/config.ts and the generateSubUrl function in src/index.ts.

About

A link generator for ACL4SSR rules subscription conversion. ACL4SSR 规则订阅转换链接生成器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published