-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openwrt-luci-app-v2ray 图形界面如何配置? #110
Comments
防火墙里边把1081加进去 |
大哥,首页有个v2ray file怎么填? |
其他都默认不要改 |
我也是菜鸟,用了作者的luci,费了好大力气终于用起来了,很多名词我也不懂,我写了一篇简单的配置教程,方便菜鸟吧,有可能我里面说的都不是很对,但是真的用起来了,我要谢谢作者的无私奉献,以下是我博客文章地址:http://loonlog.com/2020/3/13/v2ray-for-openwrt-config/ 如果作者认为我这是个广告,可以提醒我删除。 |
That has a lot of screenshots and annotations.Thanks for your effort and good work.I bookmark it for future use if I have to re-create another v2ray-capable router.
TPL
N 37-17.454 W 121-57.679 http://tpaullee.blogspot.com/ Cultivating Human Goodness
On Friday, March 13, 2020, 08:09:34 AM PDT, zjzb <notifications@github.com> wrote:
我也是菜鸟,用了作者的luci,费了好大力气终于用起来了,很多名词我也不懂,我写了一篇简单的配置教程,方便菜鸟吧,有可能我里面说的都不是很对,但是真的用起来了,我要谢谢作者的无私奉献,一下是我博客文章地址:http://loonlog.com/2020/3/13/v2ray-for-openwrt-config/ 如果作者认为我这是个广告,可以提醒我删除。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
收到 感谢
…------------------ 原始邮件 ------------------
发件人: "AlexYe233"<notifications@github.com>;
发送时间: 2020年3月15日(星期天) 晚上7:43
收件人: "kuoruan/luci-app-v2ray"<luci-app-v2ray@noreply.github.com>;
抄送: "辛明-17701325709"<43450301@qq.com>;"State change"<state_change@noreply.github.com>;
主题: Re: [kuoruan/luci-app-v2ray] openwrt-luci-app-v2ray 图形界面如何配置? (#110)
刚配置完 仅代理GFWList
只要配置好 入站连接 出站连接 和 透明代理 即可,dns 路由 策略 反向代理 等等无需开启,防火墙也无需额外设置
入站连接:需要保证 dokodemo_door协议 监听路由器lan口ip(如192.168.1.1,或0.0.0.0),只监听127.0.0.1无效
出站连接:需要确认出站连接有效性
透明代理:
先在ssh执行opkg install libustream-openssl20150806 安装透明代理所需的libustream-openssl
再点击更新GFWList
设置成如图即可
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@AlexYe233 按你描述的配置,奇怪,在远端服务器上可以看到来自本地的请求,但是所有链接都自动加上1081,如访问推特在服务端看后台记录,访问地址变为: 记录如下: 更详细记录: #463 |
按网上教程编译了最新原版openwrt v.19.07.2固件,刷入机器内。需要实现科学上网,又安装了 luci-app-v2ray_1.5.3-1_all.ipk & v2ray-core_4.22.1-4_x86_64.ipk & luci-i18n-v2ray-zh-cn_1.5.3-1_all.ipk,这3个ipk,安装过程提示缺少几个依赖包,各种折腾终于在路由器上成功安装了v2ray。
现在问题是luci-app-v2ray配置界面太复杂,与电脑端的v2rayN.exe和手机端的v2rayNG.app配置完全不一样,“全局设置/入站连接/出站连接/DNS/路由/策略/反向代理/透明代理”这些内容不知道怎样填写,全局模式/PAC模式/订阅也都没有,https://www.v2ray.com/chapter_02/ 官方教程也看过,说的都是config.json文件配置,与luci-app-v2ray图形配置还是不一样,现在完全蒙圈了,希望看到的高手给予指点。
The text was updated successfully, but these errors were encountered: