找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 10995|回复: 47

RSS FOR OPENRT LUCI

[复制链接]
本帖最后由 zaion 于 2017-6-5 16:32 编辑

luci 基于abccba94 修改
///////////////////////////////////////////////////
修改
1)
添加 dns解析  dns2socks  pcap_dnsproxy
建议使用dns2socks  用于服务器不支持udp转发 新版$$已经取消 S-S R-tunnel 和china_a协议貌似和tunnel支持不好
2)
添加 黑名单 白名单设置
3)
添加游戏模式支持,可以自定义udp服务器
4)
添加局域网访问控制
5)
添加延迟启动,自动更新规则
6)
显示链接状态
7)
删除 原版服务器,kcp(没有kcp支持得服务器 测试不了).....
















//lede
ar71xx



mtk762x


x64


github源

LUCI  :https://github.com/zaion520/luci-app-rssS-S R : https://github.com/zaion520/openwrt-s-sr











本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

评分

参与人数 1恩山币 +1 收起 理由
am*** + 1 一看就是觉得高端、大气、上档次!

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
来自手机 | 显示全部楼层
楼主V5,谢谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

学习源码,感谢分享。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

楼主能用dnsproxy  作为dns解析吗

https://www.right.com.cn/forum/thread-215830-1-1.html
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ssg338c 发表于 2017-6-5 07:59
楼主能用dnsproxy  作为dns解析吗

https://www.right.com.cn/forum/thread-215830-1-1.html

这个貌似很早就不更新了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
支持了,试试看楼主这个好不好用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ssg338c 发表于 2017-6-5 07:59
楼主能用dnsproxy  作为dns解析吗

https://www.right.com.cn/forum/thread-215830-1-1.html

貌似编译不过

评分

参与人数 1恩山币 +3 收起 理由
zsh*** + 3 我来恩山就是为了看你!https://github.com/zhengxinhn

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ssg338c 发表于 2017-6-5 07:59
楼主能用dnsproxy  作为dns解析吗

https://www.right.com.cn/forum/thread-215830-1-1.html

没有感觉有多块- -

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ssg338c 发表于 2017-6-5 07:59
楼主能用dnsproxy  作为dns解析吗

https://www.right.com.cn/forum/thread-215830-1-1.html

service_start /usr/bin/dnsproxy -p 本地端口 -R dns服务器 -P dns端口
我没有mtk的路由, 另外cpu性能也影响ss的快慢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

ssg338c 发表于 2017-6-5 07:59
楼主能用dnsproxy  作为dns解析吗

https://www.right.com.cn/forum/thread-215830-1-1.html

你的意思GFW模式路由不走SS是吗
大陆IP模式是走路由的,已试 (我试着注释掉1条路由走IPTABLES的语句,就不会走,但是切换到GFW模式整个SS就不能用了 )
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 ssg338c 于 2017-11-20 07:58 编辑
zaion 发表于 2017-6-6 20:55
service_start /usr/bin/dnsproxy -p 本地端口 -R dns服务器 -P dns端口
我没有mtk的路由, 另外cpu性能 ...

root@lede:~# dnsproxy -v
      _
     | |                licensed under GPLv2
   __| |_ __  ___ _ __  _ __ _____  ___   _
  / _` | '_ \/ __| '_ \| '__/ _ \ \/ / | | |
| (_| | | | \__ \ |_) | | | (_) >  <| |_| |
  \__,_|_| |_|___/ .__/|_|  \___/_/\_\\__, |
                 | |                   __/ |
mod:bluemaP1E    |_|                  |___/
* version: 1.1.1
root@GoogleRouter:~# service_start /usr/bin/dnsproxy -p 5353 -R 8.8.8.8 -p 53
-ash: service_start: not found
root@GoogleRouter:~#
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

ssg338c 发表于 2017-6-6 21:24
你的意思GFW模式路由不走SS是吗
大陆IP模式是走路由的,已试 (我试着注释掉1条路由走IPTABLES的语句,就 ...

对哦,明白了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 ssg338c 于 2017-6-6 21:45 编辑
ssg338c 发表于 2017-6-6 21:31
root@GoogleRouter:~# dnsproxy -v
      _
     | |                licensed under GPLv2


root@GoogleRouter:~# service_start /usr/bin/dnsproxy -P 5353 -R 8.8.8.8 -P 53
-ash: service_start: not found
root@GoogleRouter:~# service_start /usr/bin/dnsproxy -p 5353 -R 8.8.8.8 -P 53
-ash: service_start: not found
root@GoogleRouter:~# dnsproxy -p 5353 -R 8.8.8.8 -P 53
      _
     | |                licensed under GPLv2
   __| |_ __  ___ _ __  _ __ _____  ___   _
  / _` | '_ \/ __| '_ \| '__/ _ \ \/ / | | |
| (_| | | | \__ \ |_) | | | (_) >  <| |_| |
  \__,_|_| |_|___/ .__/|_|  \___/_/\_\\__, |
                 | |                   __/ |
mod:bluemaP1E    |_|                  |___/
* runing at 5353
* transport to 8.8.8.8:53,tcp

之前都是用最后这个命令运行,但是不能FW
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本帖最后由 ssg338c 于 2017-6-6 22:35 编辑
ssg338c 发表于 2017-6-6 21:43
root@GoogleRouter:~# service_start /usr/bin/dnsproxy -P 5353 -R 8.8.8.8 -P 53
-ash: service_sta ...

这么晚了还回复,非常感谢你耐心解答 (老毛子的SSH进去后里面的东西俺不懂)
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

好东西,可以选择dns解析软件很不错
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-5-5 09:51

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表