create account

vps + shadowsocks科学上网神器 by lemooljiang

View this thread on: hive.blogpeakd.comecency.com
· @lemooljiang ·
$10.62
vps + shadowsocks科学上网神器
一直以来,国外的一些网站我都是用的免费的VPN(自由门),因为上的不多,感觉也够用了。不过自从交易所也被墙了,这个问题就严重起来,因为很多时候你连火币都没法上了!免费的就有这样的不好,很多时候不稳定。这几天发了个狠,一定要搞定,否则连币都没法卖了!

用google搜了下(百度搜不出),科学上网大体有两种解决方案,一种是直接买别人的服务,一种是自已建。查看了一下收费的VPN(https://www.top10vpn.com),感觉有点不对味,价格也贵。另外还有种什么都交给别人手上的感觉。看来,还是自己建的好。

把自己建设的思路整理一下,也简单,主要有两步,第一步:一台在防火墙之外的服务器(海外服务器);第二步:在本机安装 Shadowsocks 客户端,用于加密传输数据;

**自己建需要点ubuntu的知识!**

![shadowsock2.jpg](https://cdn.steemitimages.com/DQmNqRF4xA1tTh8xbk57BASNUredYaCWbMQfnCwuj2dXv5h/shadowsock2.jpg)

<center>Shadowsocks简要原理</center>

#### 第一步:买台海外服务器
![linode.jpg](https://cdn.steemitimages.com/DQmf6DPgxherJAhFfUqc4DmaVnS4KPkEwbREasV53aGjcSk/linode.jpg)

https://www.linode.com

这里推荐linode,最便宜的VPS是一个月$5(一年约¥390),而且还可以同时建个站什么的,方便易用。配置是1TB Transfer月流量和40Gbps Network In入口带宽等,足够个人使用。

另外,还有个搬瓦工(https://bandwagonhost.com/),据称更便宜。

1、在主机上安装ubuntu16.04,此处略过。

2、使用putty连接远程服务器,进入到root端,使用如下命令配置:
```
a、安装PIP和组件
apt-get update
apt-get install python-pip
apt-get install python-setuptools m2crypto

b、安装 shadowsocks
pip install shadowsocks

c、配置 shadowsocks服务器
vi /etc/shadowsocks.json

{
    "server":"172.194.19.94",
    "server_port":8899,
    "local_address":"127.0.0.1",
    "local_port":1080,
    "password":"kkTREk542698",
    "timeout":300,
    "method":"aes-256-cfb",
    "fast_open":false
}

#各字段的含义:
server	    服务器的IP(改成自己的服务器地址)
server_port  服务器端口(可以改成其它端口,与客户端保存一致即可)
local_port	 本地端口
password	 用来加密的口令(设个自己的密码)
timeout	  超时时间(单位/秒)
method	 加密方式。可选择 “bf-cfb”, “aes-256-cfb”, “des-cfb”, “rc4″, 等等。
默认是一种不安全的加密,推荐用 “aes-256-cfb”

注:此处是单口模式的设置,还可以改成多口模式,几个人共用,这样又可以省下一大笔钱!

d、启动和关闭shadowsocks
ssserver -c /etc/shadowsocks.json -d start
ssserver -c /etc/shadowsocks.json -d stop
```

#### 第二步:本机安装和设置Shadowsocks 客户端

shadowsocks客户端
https://github.com/shadowsocks/shadowsocks-windows/releases

.NET 4.6.2安装包
https://www.microsoft.com/en-us/download/details.aspx?id=53344

![shadowsock3.jpg](https://cdn.steemitimages.com/DQmX8L6SRneXzpPqConMqnhWCJ1hCF8esR2V7kK7QFHgEuk/shadowsock3.jpg)

如上图所示配置即可。代理模式设为“全局模式”较好。

**好了,治好了各种网络不通,嗨起来!**
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorlemooljiang
permlinkvps-shadowsocks
categorycn
json_metadata{"tags":["cn","vps","life","vpn","shadowsocks"],"image":["https://cdn.steemitimages.com/DQmNqRF4xA1tTh8xbk57BASNUredYaCWbMQfnCwuj2dXv5h/shadowsock2.jpg","https://cdn.steemitimages.com/DQmf6DPgxherJAhFfUqc4DmaVnS4KPkEwbREasV53aGjcSk/linode.jpg","https://cdn.steemitimages.com/DQmX8L6SRneXzpPqConMqnhWCJ1hCF8esR2V7kK7QFHgEuk/shadowsock3.jpg"],"links":["https://www.top10vpn.com","https://www.linode.com","https://bandwagonhost.com/),据称更便宜。","https://github.com/shadowsocks/shadowsocks-windows/releases","https://www.microsoft.com/en-us/download/details.aspx?id=53344"],"app":"steemit/0.1","format":"markdown"}
created2018-06-10 04:28:15
last_update2018-06-10 04:28:15
depth0
children23
last_payout2018-06-17 04:28:15
cashout_time1969-12-31 23:59:59
total_payout_value9.030 HBD
curator_payout_value1.590 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,018
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,089,506
net_rshares4,009,567,121,526
author_curate_reward""
vote details (48)
@a-0-1 ·
Go here https://steemit.com/@a-a-a to get your post resteemed to over 72,000 followers.
properties (22)
authora-0-1
permlinkre-lemooljiang-vps-shadowsocks-20180610t042841287z
categorycn
json_metadata{"tags":["cn"],"links":["https://steemit.com/@a-a-a"],"app":"steemit/0.1"}
created2018-06-10 04:28:42
last_update2018-06-10 04:28:42
depth1
children0
last_payout2018-06-17 04:28:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation-1,593,356,047,755
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,089,544
net_rshares0
@aafeng ·
$0.16
最好配置下防火墙才安全
👍  
properties (23)
authoraafeng
permlinkre-lemooljiang-vps-shadowsocks-20180610t091131860z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 09:11:33
last_update2018-06-10 09:11:33
depth1
children0
last_payout2018-06-17 09:11:33
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation554,723,599,569,926
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,114,214
net_rshares60,864,388,536
author_curate_reward""
vote details (1)
@chaofanjun ·
在国内如果想与世界互联不得不多学习一些网络知识。
properties (22)
authorchaofanjun
permlinkre-lemooljiang-vps-shadowsocks-20180610t082910654z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 08:29:12
last_update2018-06-10 08:29:12
depth1
children1
last_payout2018-06-17 08:29:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation3,294,852,863,443
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,110,552
net_rshares0
@lemooljiang ·
$1.30
在我大天朝不得不自力更生啊!
👍  ,
properties (23)
authorlemooljiang
permlinkre-chaofanjun-re-lemooljiang-vps-shadowsocks-20180610t140755106z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 14:07:18
last_update2018-06-10 14:07:18
depth2
children0
last_payout2018-06-17 14:07:18
cashout_time1969-12-31 23:59:59
total_payout_value0.973 HBD
curator_payout_value0.322 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,145,770
net_rshares487,468,991,986
author_curate_reward""
vote details (2)
@ehugh0618 ·
还是比较复杂,非it人员只能呵呵。所以还是直接买vpn吧,更直接,只需要点击登录就可以。可以一次买好几年的,很便宜,一年100块就够了。
properties (22)
authorehugh0618
permlinkre-lemooljiang-vps-shadowsocks-20180610t112435372z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 11:23:45
last_update2018-06-10 11:23:45
depth1
children1
last_payout2018-06-17 11:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation12,660,771,835
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,126,861
net_rshares0
@lemooljiang ·
$1.24
花钱买最直接!
👍  ,
properties (23)
authorlemooljiang
permlinkre-ehugh0618-re-lemooljiang-vps-shadowsocks-20180610t132644135z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 13:27:33
last_update2018-06-10 13:27:33
depth2
children0
last_payout2018-06-17 13:27:33
cashout_time1969-12-31 23:59:59
total_payout_value0.936 HBD
curator_payout_value0.308 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,140,821
net_rshares467,356,222,840
author_curate_reward""
vote details (2)
@jianan ·
搬瓦工还可以,够用了
properties (22)
authorjianan
permlinkre-lemooljiang-vps-shadowsocks-20180611t144805424z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-11 14:48:06
last_update2018-06-11 14:48:06
depth1
children0
last_payout2018-06-18 14:48:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation4,637,202,601,345
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,306,837
net_rshares0
@nostalgic1212 ·
我大概是去年12月份租了vultr在shadowsocks上搭了梯子,虽说价格不一定比用别人服务便宜,出了问题还没人做售后。但是因为节点就只有自己使用,会很安全。另外我特意做了两三个节点设置不同密码,也可以临时借给朋友使用
properties (22)
authornostalgic1212
permlinkre-lemooljiang-vps-shadowsocks-20180610t113435471z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 11:34:36
last_update2018-06-10 11:34:36
depth1
children3
last_payout2018-06-17 11:34:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation1,486,032,938,675,661
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,127,957
net_rshares0
@lemooljiang ·
$1.27
你还是蛮懂的嘛 ,你不早点写个教程,这两天为了整它找资料眼都快瞎了!
👍  ,
properties (23)
authorlemooljiang
permlinkre-nostalgic1212-re-lemooljiang-vps-shadowsocks-20180610t132618285z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 13:27:06
last_update2018-06-10 13:27:06
depth2
children2
last_payout2018-06-17 13:27:06
cashout_time1969-12-31 23:59:59
total_payout_value0.957 HBD
curator_payout_value0.317 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,140,782
net_rshares478,673,616,023
author_curate_reward""
vote details (2)
@nostalgic1212 ·
诗兄…这个我真的…写过了…😂哈哈哈哈,不过我也是三脚猫功夫啦,参考了很多大神的帖子
[【Vicky's 小科普】如何傻瓜式用shadowsocks科学上网](https://cnsteem.org/steem-guides/@nostalgic1212/vicky-s-shadowsocks)
ps你最近telegram可以登陆么?
properties (22)
authornostalgic1212
permlinkre-lemooljiang-re-nostalgic1212-re-lemooljiang-vps-shadowsocks-20180610t135228576z
categorycn
json_metadata{"tags":["cn"],"links":["https://cnsteem.org/steem-guides/@nostalgic1212/vicky-s-shadowsocks"],"app":"steemit/0.1"}
created2018-06-10 13:52:27
last_update2018-06-10 13:52:27
depth3
children1
last_payout2018-06-17 13:52:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation1,486,032,938,675,661
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,143,918
net_rshares0
@rivalhw ·
$0.60
这个不错。我原先也自己搭建过另外一个,但感觉不是很稳定,这几年一直用express vpn,感觉还不错,缺点就是费用稍微贵了些
👍  ,
properties (23)
authorrivalhw
permlinkre-lemooljiang-vps-shadowsocks-20180611t095739845z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-11 09:57:39
last_update2018-06-11 09:57:39
depth1
children1
last_payout2018-06-18 09:57:39
cashout_time1969-12-31 23:59:59
total_payout_value0.596 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation1,792,596,454,465,147
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,271,069
net_rshares228,123,166,246
author_curate_reward""
vote details (2)
@lemooljiang ·
$1.26
这个和VPS关系比较大,选一个好点的主机就可以了。
我这个很稳定。
👍  ,
properties (23)
authorlemooljiang
permlinkre-rivalhw-re-lemooljiang-vps-shadowsocks-20180611t133903416z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-11 13:38:24
last_update2018-06-11 13:38:24
depth2
children0
last_payout2018-06-18 13:38:24
cashout_time1969-12-31 23:59:59
total_payout_value0.944 HBD
curator_payout_value0.312 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,297,293
net_rshares478,975,586,673
author_curate_reward""
vote details (2)
@sherry.gong ·
太棒了!马上要回国了正愁该如何是好。估计要将此文再读上好几遍才能真正明白该如何操作😄
properties (22)
authorsherry.gong
permlinkre-lemooljiang-vps-shadowsocks-20180610t072537713z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 07:25:42
last_update2018-06-10 07:25:42
depth1
children2
last_payout2018-06-17 07:25:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation104,270,667,649
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,104,944
net_rshares0
@lemooljiang ·
$1.29
回国就要面临这个问题了!
都是一些基础操作,知道方法了还是容易搞定的!
👍  ,
properties (23)
authorlemooljiang
permlinkre-sherrygong-re-lemooljiang-vps-shadowsocks-20180610t075116694z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 07:50:39
last_update2018-06-10 07:50:39
depth2
children1
last_payout2018-06-17 07:50:39
cashout_time1969-12-31 23:59:59
total_payout_value0.972 HBD
curator_payout_value0.320 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,107,103
net_rshares487,161,660,911
author_curate_reward""
vote details (2)
@sherry.gong ·
谢谢😊
properties (22)
authorsherry.gong
permlinkre-lemooljiang-re-sherrygong-re-lemooljiang-vps-shadowsocks-20180611t023420030z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-11 02:34:21
last_update2018-06-11 02:34:21
depth3
children0
last_payout2018-06-18 02:34:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation104,270,667,649
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,227,108
net_rshares0
@steemitag ·
<center><h1>The Vote For Your Awesome Post Has Just Arrived!</h1></center><br/><div class="pull-right"><img src="https://steemitimages.com/DQmQp4WWeghgJ1RAwaLHLfnD8FfBasdrzwoJwHTF7iuFdUj/image.png"></div><div class="text-justify">This post has been voted with the use of SteemiTag. Feel free to upvote this comment if you’d like to express your support for our cause. Conversely, if you don’t want to receive any more votes from SteemiTag, please respond to this comment by writing <code>NOVOTES</code>.<br/><br/>SteemiTag is an innovative program that helps users increase their gains in the curation rewards by voting on posts that are likely to get high payouts. It maximizes the chance of a user to be rewarded through an accurate selection algorithm that works 24/7 and eliminates "no rewards" problem for users with low Steem Power. <strong>You can participate in our program by clicking on <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=lemooljiang&delegatee=steemitag&vesting_shares=28266133.399101%20VESTS">this link</a> and confirming your 100% SP delegation</strong>. Your rewards will be sent to you in the form of dividends. Please read <a href="https://steemit.com/howto/@haiyangdeperci/how-to-undelegate-steem-power-jak-zdelegowac-sp">this post</a> should you decide to undelegate your SP (takes 7 days). Thank you and keep up with your great work!</div>
👎  
properties (23)
authorsteemitag
permlinkre-lemooljiang-vps-shadowsocks-20180610t045825
categorycn
json_metadata""
created2018-06-10 04:59:12
last_update2018-06-10 04:59:12
depth1
children1
last_payout2018-06-17 04:59:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,396
author_reputation-9,002,267,406
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,092,134
net_rshares-45,862,167,686
author_curate_reward""
vote details (1)
@pleasestop ·
**WARNING!** If you follow the instructions from @steemitag your account [will become completely locked and unusable](https://steemit.com/delegation/@pleasestop/pleasestop-asking-accounts-to-delegate-100-of-sp)!

Please flag @steemitag and help [move this account to a zero reputation](https://steemit.com/spam/@duplibot/first-spammer-silenced)! Or just use [this link](http://duplibot.com/pleasestop/downvote?author=steemitag&permlink=re-lemooljiang-vps-shadowsocks-20180610t045825) to send a smaller downvote.

The @steemitag bot is run by @haiyangdeperci [who chose to disregard my warnings](https://steemit.com/steemmonsters/@steemitag/re-blervin-steemmonsters-card-drop-rate-by-rarity-since-launch-20180609t215442) and continue manipulating the community. Please consider flagging @haiyangdeperci as well.
properties (22)
authorpleasestop
permlinkre-steemitag-re-lemooljiang-vps-shadowsocks-20180610t045825-20180614t212010310z
categorycn
json_metadata{"app":"pleasestop"}
created2018-06-14 21:20:09
last_update2018-06-14 21:20:09
depth2
children0
last_payout2018-06-21 21:20:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length810
author_reputation793,172,990,523
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,773,658
net_rshares0
@wickedgoose ·
厉害!不过非it的表示很难入门,不知道蓝灯怎么样。
properties (22)
authorwickedgoose
permlinkre-lemooljiang-vps-shadowsocks-20180610t062538641z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 06:25:39
last_update2018-06-10 06:25:39
depth1
children2
last_payout2018-06-17 06:25:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation65,132,684,386
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,099,638
net_rshares0
@lemooljiang ·
$1.32
我以前也是用的蓝灯,后来限了。现在要付钱买会员了。
蓝灯还不错,据说是谷歌出品,当时用的时候很稳定。
👍  ,
properties (23)
authorlemooljiang
permlinkre-wickedgoose-re-lemooljiang-vps-shadowsocks-20180610t074943289z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 07:49:09
last_update2018-06-10 07:49:09
depth2
children1
last_payout2018-06-17 07:49:09
cashout_time1969-12-31 23:59:59
total_payout_value0.994 HBD
curator_payout_value0.328 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,106,996
net_rshares498,479,054,094
author_curate_reward""
vote details (2)
@wickedgoose ·
现在每月限制500M免费流量,2年2百多元的会员费。
properties (22)
authorwickedgoose
permlinkre-lemooljiang-re-wickedgoose-re-lemooljiang-vps-shadowsocks-20180612t124339077z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-12 12:43:39
last_update2018-06-12 12:43:39
depth3
children0
last_payout2018-06-19 12:43:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation65,132,684,386
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,441,158
net_rshares0
@zhengkai ·
搬瓦工最实惠了
properties (22)
authorzhengkai
permlinkre-lemooljiang-vps-shadowsocks-20180610t080127289z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 08:00:54
last_update2018-06-10 08:00:54
depth1
children1
last_payout2018-06-17 08:00:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation-24,976,149,703
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,108,026
net_rshares0
@lemooljiang ·
$1.22
哈哈,老司机来啰!
👍  ,
properties (23)
authorlemooljiang
permlinkre-zhengkai-re-lemooljiang-vps-shadowsocks-20180610t132706628z
categorycn
json_metadata{"tags":["cn"],"app":"steemit/0.1"}
created2018-06-10 13:27:54
last_update2018-06-10 13:27:54
depth2
children0
last_payout2018-06-17 13:27:54
cashout_time1969-12-31 23:59:59
total_payout_value0.919 HBD
curator_payout_value0.303 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation438,195,927,214,980
root_title"vps + shadowsocks科学上网神器"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,140,864
net_rshares458,868,177,952
author_curate_reward""
vote details (2)