-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ae655b2
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |