JosephPei
JosephPei
http://www.flvcd.com/ 这个东东的mac版,拼接视频,用的是这里的flv_join.py、mp4_join.py
在开发者工具里可以看到日志(按 Ctrl+Shift+I,或按 Alt 显示菜单,从菜单里选择) 应用后会在你的 v2ray-core 目录下生成配置文件 config.json,你也可以从命令行直接启动 v2ray 看看日志输出 如果有问题,对比下 qv2ray 生成的配置文件,看有什么不同 有问题可以通过 Telegram 联系我,ID 同 github ID
> 请问有telegram群组吗?方便沟通~ 现在没有,如果需要,可以考虑就建一个,你的 tg ID?
now yaml-cpp update from 0.6 to 0.7, the function YAML::BadFile signature changed
my poor cpp, remove"YAML::BadFile()" function call, chang the line to "throw;" will rethrow the exception. Using throw; without arguments will re-throw the currently caught exception.
The binary release is outdate, you can build source by yourself. yaml 0.7 not compitable with 0.6
Linux 去 https://github.com/Dreamacro/clash/releases/ 下载 clash-linux-amd64-v1.6.5.gz ,解压并重命名为 clash,添加可执行权限,然后放到可执行目录里比如 /usr/local/bin chmod a+x clash mv clash /usr/local/bin/
the exe name must be 'clash' rename clash-linux-amd64 to clash
这是用了 http 代理吧,现在是一个 JS 实现的简易的 socks5 转 http 代理,如果代理不是特别稳,传输流有错误时会提示这个 可以用其它的 socks5 转 http 代理工具,比如 privoxy
$HOME/.config/ussr 你是怎么用的? 这个使用方法看 readme,和原来的 electron-ssr 不太一样,原来的是用 python 版的 ss ,我这里用了一个 c++ 写的 ssr-native,ubuntu 18.04 编译好的 ssr-local 见 release 使用时先下载这个 ssr-local,加执行权限,放到一个目录 打开 ussr 时,选择这个目录,不要选择文件 如有问题,rm -fr $HOME/.config/ussr,重新来过试试