A web page that provides a link generator for ACL4SSR rules subscription conversion.
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.
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.
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.
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
.