crazyhl / PullAndMergeConfig

合并 clash 配置脚本
MIT License
71 stars 14 forks source link

大佬这个问题怎么解决 #5

Closed yuhualuojin closed 2 years ago

yuhualuojin commented 2 years ago

image

crazyhl commented 2 years ago

用国内的proxy 服务试试 https://goproxy.io/zh/

yuhualuojin commented 2 years ago

image image

空白的咋办,日志也是空白的

yuhualuojin commented 2 years ago

哥哥访问那个网址是空白的咋搞

crazyhl commented 2 years ago

其实是有日志的,你可以go build 出来在log 目录下查看日志,或者指定一下运行目录。你的请求url,configName 没有指定,在config 目录下,创建自己的配置文件。所以一定要让程序运行在正确的目录下,这个可以使用 goland 或者其他可以方便指定运行目录的地方去测试运行。如果不方便使用ide,就 go build 出来。在运行

yuhualuojin commented 2 years ago

大佬可以了

crazyhl commented 2 years ago

ok

yuhualuojin commented 2 years ago

image 大佬这个是啥问题啊,用vmless订阅转换成clash订阅填上的

yuhualuojin commented 2 years ago

大佬组怎么添加reject跟direct,合并后全是节点

crazyhl commented 2 years ago

reject 和 direct 可以通过 配置文件自行添加,在图片的位置添加,全是节点是什么意思?难道你没拉取到基本配置么?你的那个应该是base64没解析出来,你可以自行修改一下代码,我现在用的是rawurldecoder 和 RawStdEncoding,你可以看下是在哪一步出错了。

image
crazyhl commented 2 years ago

baseName 目前只支持 Hackl0us,另外你的订阅地址直接用原生的,别用转换过的。

crazyhl commented 2 years ago

我升级了一个小版本,优化了解析,可以试试了