yoline
yoline
same on: - ffmpeg: v0.12.10 - core: https://unpkg.com/@ffmpeg/[email protected]/dist/esm - vite+vue
> 直接運行v2ray 而不是指定init.d的v2ray > > 不建議單獨使用v2ray 可以考慮配合luci端passwall或者v2raya一起使用 目前新建了一个新的 init.d 脚本解决了这个问题: ```sh #!/bin/sh /etc/rc.common USE_PROCD=1 START=99 start_service() { procd_open_instance procd_set_param command /usr/bin/v2ray run -config=/etc/v2ray/config.json procd_set_param stdout 1 procd_set_param stderr 1 procd_set_param...
> access.log 日志问题只需要在 inbound 中配置 sniffing 即可 > > ``` > "sniffing": { > "enabled": true, > "destOverride": [ > "http", > "tls", > "fakedns" > ], > "metadataOnly": false...
这个配置可以运行了,感谢 > 需要配置一下 `uci set v2ray.enabled.enabled='1'` 脚本运行解决了,还有另一个问题“access.log 文件只打印IP,没有域名“是v2ray的问题吗?或是v2ray在这种情况下是否能打印出域名?对于这个问题,当前 issue 还有没有打开的必要?我就先不关闭了
Is this issue still being considered? We'd appreciate any update you can provide.