Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrzyang committed Dec 28, 2022
0 parents commit ae655b2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM teddysun/shadowsocks-libev:latest
COPY . /etc/shadowsocks-libev
EXPOSE 9000
Binary file added Matsuri_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ss with v2ray-plugin on Doprax
you should use the client supporting ss with v2ray-plugin, like Matsuri on Android, shadowsocket on ios and so on. Clash is advised because Matsuri can not often be connected when visiting youtube and some other websites.

the ss configuration on Matsuri is like the following image:
![image](https://github.com/Mrzyang/doprax_ss/blob/master/Matsuri_configuration.png)

then you can get the ss link by Matsuri and import to clash.
12 changes: 12 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"server": "0.0.0.0",
"server_port": 9000,
"method": "aes-256-gcm",
"timeout": 300,
"password": "yourPassword",
"fast_open": false,
"nameserver": "8.8.8.8",
"mode": "tcp_only",
"plugin": "v2ray-plugin",
"plugin_opts": "server"
}

0 comments on commit ae655b2

Please sign in to comment.