Giter VIP home page Giter VIP logo

erx-shadowsocks-libev's Introduction

erx-shadowsocks-libev

GFWList Mode

shadowsocks-libev v3.1.3

kcptun v20171201

redsocks v0.5

koolproxy v3.8.1

How to use:

  • Follow procedure HERE.

Enjoy!

erx-shadowsocks-libev's People

Contributors

bettermanbao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

erx-shadowsocks-libev's Issues

请教脚本中iptables的规则

iptables -t nat -I PREROUTING -p udp -d 8.8.4.4 --dport 53 -j REDIRECT --to-port 53
iptables -t nat -I PREROUTING -p udp -d 8.8.8.8 --dport 53 -j REDIRECT --to-port 53

正在学习你的思路,请教这两条规则的目的是什么?没太看懂

请教关于ss-watchdog的问题

我在测试ss-watchdog时,查看log文件发现每次检查都是不通,执行shadowocks重启,但是电脑端无论是redir或是local+omega都没有问题。这是什么原因呢?

请问DNS应该如何设置

目前er-x已经配置了ss,使用socks5:1080可以代理科学上网了,但是我的DHCP里面是配置了自建的DNS,我在电脑使用nslookup google er-x的ip地址,显示DNS响应超时。

所有设备都需要人工设置DNS才可以外网

wizard设置的erx,R7000做AP,按照流程全部正常安装并设置好,ss_redire 运作OK, 但是手上的苹果设备,手提电脑DNS需要设置192.168.2.1 才可以上外网,是我某些设置没弄好吗?

反馈一个固件:1.10.5的 问题

1.version:1.10.5
2. exception:
`root@ubnt:/config/redsocks# /etc/init.d/shadowsocks start
iptables v1.4.21: Set gfwlist doesn't exist.

Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.21: Set gfwlist doesn't exist.

Try iptables -h' or 'iptables --help' for more information. iptables: No chain/target/match by that name. iptables: No chain/target/match by that name. ipset v6.23: The set with the given name does not exist [ ok ] Starting ss-local: ss-local. [ ok ] Starting ss-redir: ss-redir. [ ok ] Starting dns-forwarder: dns-forwarder. [ ok ] Starting ss-watchdog: ss-watchdog.

老大,我报告一下发现的问题

  1. iptable是和ipset的问题,ipset创建gfwlist正常,而且通过ipset list确实可以看到gfwlist以及被添加的几条数据。但是自启动脚本启动(/etc/init.d/shadowsocks start)或者重启 ( /etc/init.d/shadowsocks restart ) 的时候iptables会输出无法找到gfwlist集合的信息。而最奇怪的一点是单独设置却成功了。
  2. redsocks没启动,这个我没有细查!

下面是启动和停止时候的截图。请老大看看出了什么毛病!
_20180322140457
_20180322140611
)

请老大指教

请教Kcptun配置

你好,SS使用正常,非常感谢,想尝试一下Kcptun,遇到问题,想请教。
/config/shadowsocks/conf/kcptun.json.disable 的内容修改成以下:

{
    "localaddr": ":1081",
    "remoteaddr": "VPS:KCPTUN端口",
    "key": "密码",
    "crypt": "none",
    "mode": "fast",
    "conn": 1,
    "autoexpire": 300,
    "mtu": 1350,
    "sndwnd": 512,
    "rcvwnd": 128,
    "datashard": 10,
    "parityshard": 3,
    "dscp": 0,
    "nocomp": false,
    "acknodelay": false,
    "nodelay": 0,
    "interval": 20,
    "resend": 2,
    "nc": 1,
    "sockbuf": 4194304,
    "keepalive": 10,
    "snmplog": "/var/log/kcptun_snmp_log.csv",
    "snmpperiod": 0
}

然后重命名为kcptun.json/etc/init.d/shadowsocks restart
/etc/init.d/shadowsocks status 报错

[FAIL] ss-redir is not running ... failed!
[ ok ] ss-local is running.
[FAIL] redsocks is not running ... failed!

是不是因为kcptun的配置有问题?能不能指导下?

FYI,kcptun服务器端是用脚本装的,[v20]Kcptun 服务端一键安装脚本
生成的配置如下

{
"localaddr": ":VPS上的SS监听端口",
"remoteaddr": "VPS:KCPTUN端口",
"key": "密码",
"crypt": "none",
"mode": "fast",
"mtu": 1350,
"sndwnd": 128,
"rcvwnd": 512,
"datashard": 10,
"parityshard": 3,
"dscp": 0,
"nocomp": false,
"quiet": true
}

安装时报错 runlevel

sudo update-rc.d shadowsocks enable
报错,
update-rc.d: warning: start runlevel arguments (none) do not match shadowsocks Default-Start values (N 2 3 4 5)
update-rc.d: warning: stop runlevel arguments (none) do not match shadowsocks Default-Stop values (0 1 6)
System start/stop links for /etc/init.d/shadowsocks do not exist.

帮忙看下什么情况?

1.10.1 not working

redsocks can't start up and iptables section in /etc/init.d/shadowsocks error when restarting

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.