CliffHan
CliffHan
I don't think you can build android version by this source-tarball. Since in the bootstrap script, it wrote:"fetch --nohooks chromium --target_os=mac,win,linux,unix" Correct me if I was wrong.
@lipanski I'd like to test a client which send a http request with "range" in request header. For example, a request has the "range=bytes=0-1023" in the header, means it expects...
As a "reqwest user", I think it is very useful to customize the dns resolver. In my case, what I actually need is: 1. Specify dns server by ip address...
> We are screen capturing, not creating new session as what mstsc does. But in some special case (e.g. no physical display), we can create a virtual display with some...
感觉这个问题跟我前几天在这个回复中提到的iptables报错是一样的。 https://github.com/v2rayA/v2rayA/issues/562#issuecomment-1146617354
说真的,就这么多。 我也不知道为啥openwrt版本的log这么少,这还是我把/etc/config/v2ray中的log level改成trace之后出来的。
不是么?这是从/var/log/v2raya/v2raya.log里抓出来的
完整的log也不过是这段在重复而已 
试过手动运行,报invalid argument。 我只加了-c和-a两项,不知道还有啥是必须的。 现在是用/etc/init.d/v2raya脚本运行的。
``` root@ImmortalWrt:~# cat /etc/config/v2raya config v2raya 'config' option address '0.0.0.0:2017' option config '/etc/v2raya' option ipv6_support 'auto' option log_level 'trace' option log_file '/var/log/v2raya/v2raya.log' option log_max_days '3' option log_disable_color '1' option log_disable_timestamp...