Skip to content

Commit

Permalink
fix: ss
Browse files Browse the repository at this point in the history
  • Loading branch information
veekxt committed Nov 11, 2018
1 parent 7ec0fb8 commit 01d6db5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions tcp+shadowsocks/config_client.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
{
"email":"love@v2ray.com",
"address":"veekxt.com",
"port":7888,
"port":3333,
"method":"aes-128-gcm",
"password":"yhaasibeipkiphyt",
"password":"uyhlfwnawoxeinoi",
"ota":false,
"level":0
}
Expand Down
18 changes: 9 additions & 9 deletions tcp+shadowsocks/config_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"inbounds": [
{
"port": 3333,
"protocol": "vmess",
"protocol": "shadowsocks",
"settings": {
"clients": [
{
"id": "1fd84ef4-6c9f-49fd-bfc6-2eeccccf10d0",
"alterId": 32
}
]
"email": "love@v2ray.com",
"method": "aes-128-gcm",
"password": "uyhlfwnawoxeinoi",
"level": 0,
"ota": false,
"network": "tcp,udp"
},
"tag": "in-0",
"streamSettings": {
"network": "kcp",
"network": "tcp",
"security": "none",
"kcpSettings": {}
"tcpSettings": {}
}
}
],
Expand Down

0 comments on commit 01d6db5

Please sign in to comment.