subconverter
subconverter copied to clipboard
Utility to convert between various subscription format
添加wireguard分享链接的支持: 例如: wg://162.159.192.43:8886?publicKey=\*\*\*&privateKey=\*\*\*&dns=1.1.1.1,1.0.0.1&ip=172.16.0.2&udp=1&flag=US#%F0%9F%87%BA%F0%9F%87%B8%20US-CF-FireBrick
This pull request fixes the issue where the `scv` parameter was ineffective when passed into `hysteria2` and `trojan`.
### 确认版本最新 - [x] 我已经确认在最新Action编译的版本中复现 ### 检索issue - [x] 我已经确认之前没有issue涉及此BUG ### subconverter版本 latest ### 转换过程 VLESS节点转换为clash配置 ### 转换设置 VLESS节点 ### 复现步骤 部署metacubex/subconverter:latest之后,VLESS节点转换为clash配置后,VLESS节点连接超时 尝试部署metacubex/subconverter:0.9.2,VLESS节点转换为clash配置后,VLESS节点可以正常连接 ### 期望结果 VLESS节点转换为clash配置后,VLESS节点可以正常连接 ### 实际结果 VLESS节点转换为clash配置后,VLESS节点连接超时 ###...
This small PR adds the ability to handle unencoded (plain text) subscription URLs in subconverter, improving flexibility for users. **Changes Made** - Updated subscription parsing to support both base64-encoded and...
### 确认版本最新 - [x] 我已经确认在最新Action编译的版本中复现 ### 检索issue - [x] 我已经确认之前没有issue涉及此BUG ### subconverter版本 最新 ### 转换过程 loon配置 ### 转换设置 loon配置 ### 复现步骤 loon配置 ### 期望结果 测试不超时 ### 实际结果 超时 ### 错误信息...
#31 filter字段不生效 - 在 ProxyGroupConfig 结构体中添加 Filter 字段 - 修改 INIBinding 解析器以支持 !!FILTER: 前缀的过滤规则 - 更新 YAML 配置读取逻辑以解析 filter 属性 - 将过滤器配置导出到 Clash 配置文件中
### 确认版本最新 - [x] 我已经确认在最新Action编译的版本中复现 ### 检索issue - [x] 我已经确认之前没有issue涉及此BUG ### subconverter版本 0.9.3 ### 转换过程 转换为clash配置时filter字段未生效 ### 转换设置 外部配置文件 ``` version = 1 [custom] # ---------------------------------------------------------------------- # 基础设置 # ----------------------------------------------------------------------...
Changes: - src/config/proxygroup.h: Add MaxFailedTimes field with default value 5 - src/config/binding.h: Update binding logic for MaxFailedTimes parsing - src/handler/settings.cpp: Update settings handling for MaxFailedTimes - base/pref.example.ini: Add MaxFailedTimes to...
Changes: - scripts/build.macos.release.sh: Use $SCRIPT_DIR variable for Python script paths to ensure correct execution - .gitignore: Add base/subconverter to ignore compiled executable on Unix-like systems This improves build script reliability.