因为有人需要,在这里统一作答
今天就给大家带来Shadowsocks和ShadowsocksR的多端口方法。
按照之前的SSR个人一键搭建流控分享(自用版)搭建完ShadowsocksR
教程通用,请不要使用libev版本Shadowsocks,这个版本没有多端口。
按照下面操作:
上面配置是我博客的SSR的配置,如果不是这个版本请自己找
该版本的配置文件位置进行编辑,大同小异。
按i编辑,esc退出编辑,然后按Shift+Q编辑状态输入:wq保存
"server": "0.0.0.0",
"server_ipv6": "::",
"local_address": "127.0.0.1",
"local_port":1080,
"port_password":{
"137":"12345678",
"53":"12345678",
"138":"12345678",
"8080":"12345678",
"443":"12345678"
},
"timeout": 300,
"udp_timeout": 60,
"method": "chacha20",
"protocol": "auth_sha1",
"protocol_param": "",
"obfs": "http_simple",
"obfs_param": "",
"dns_ipv6": false,
"connect_verbose_info": 0,
"redirect": "",
"fast_open": false,
"workers": 1
}
简单说也就是把你设置的一个端口改成包含多个端口和密码罢了。
hi 您好 我想文献,在按照您的方法进行修改后,还是只有我初始设置的端口能够使用,其他我新开的端口仍无法连接。。。密码是改了的 配置文件应该是生效了,然后我也用netstat看了下端口,端口都是开着的。。。
{ “server”: “0.0.0.0”, “server_ipv6”: “::”,
“server_port”: 138
“local_address”: “127.0.0.1”,
“local_port”: 443,
“password”: “666666”,
“timeout”: 120,
“udp_timeout”: 60,
“method”: “chacha20”,
“protocol”: “auth_sha1_compatible”,
“protocol_param”: “”,
“obfs”: “http_simple_compatible”,
“obfs_param”: “”,
“dns_ipv6”: false,
“connect_verbose_info”: 0,
“redirect”: “”,
“fast_open”: false,
“workers”: 1
}
我直接加的端口 不行 是从哪个地方改 搭建 不一样 我把内容发给你 帮忙看一下谢谢
{ “server”: “0.0.0.0”, “server_ipv6”: “::”, “server_port”: 138 “local_address”: “127.0.0.1”, “local_port”: 443, “password”: “666666”, “timeout”: 120, “udp_timeout”: 60, “method”: “chacha20”, “protocol”: “auth_sha1_compatible”, “protocol_param”: “”, “obfs”: “http_simple_compatible”, “obfs_param”: “”, “dns_ipv6”: false, “connect_verbose_info”: 0, “redirect”: “”, “fast_open”: false, “workers”: 1}
loading config from /etc/shadowsocks.json
ERROR: found an error in config.json: Expecting property name enclosed in double quotes: line 4 column 24 (char 75)
ShadowsocksR start failed
修改报错,详细看我的实例,一般都是,符号报错
loading config from /etc/shadowsocks.jsonERROR: found an error in config.json: Expecting property name enclosed in double quotes: line 4 column 24 (char 75)ShadowsocksR start failed
不会重启咋办?
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
状态:/etc/init.d/shadowsocks status
修改了之后还是不能连接, centos-6.5-x86_64 。
修改了之后还是不能连接, centos-6.5-x86_64 。