Originally created by: onplus
临时使用账号,会不定时改password和method 。
账号一(Node.js版,美国服务器)
{
"server": "onplus.herokuapp.com",
"local_address": "127.0.0.1",
"scheme": "ws",
"local_port": "1080",
"remote_port": "80",
"password": "H8Wa6^TH98",
"timeout": 600,
"method": "aes-256-cfb"
}
账号二(Python版,美国服务器)
{
"server": "ss-ws-py.herokuapp.com",
"local_address": "127.0.0.1",
"scheme": "ws",
"local_port": 1080,
"remote_port": 80,
"password": "H8Wa6^TH98",
"timeout": 600,
"method": "aes-256-cfb"
}
账号三(Node.js版,欧洲服务器)
{
"server": "ss-eu.herokuapp.com",
"local_address": "127.0.0.1",
"scheme": "ws",
"local_port": 1080,
"remote_port": 80,
"password": "H8Wa6^TH98",
"timeout": 600,
"method": "aes-256-cfb"
}
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: wangippy
@onplus 这个是有流量限制么?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: onplus
@wangippy https://github.com/onplus/shadowsocks-heroku/issues/4#issuecomment-335014663
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Ticket changed by: onplus
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ablebodied
多谢大神的临时账号,搞了两个小时,终于成功,感谢
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rarest
你好这个账号怎么用
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Ticket changed by: onplus
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: onplus
@rarest 覆盖config.json内容,点击taskbar.exe运行
就是教程的这一步https://github.com/onplus/shadowsocks-heroku#启动本地-client
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rarest
@onplus 多谢啦,正在配自己的账号
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: briteming
兄弟这个版本搞得不错啊,比https://github.com/mrluanma/shadowsocks-heroku 和 https://github.com/521xueweihan/shadowsocks-heroku/tree/master 方便很多。谢谢你!