You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Shadowsocks-libev Dockerfile
2
2
This Dockerfile build an image for [shadowsocks-libev](https://github.com/shadowsocks/shadowsocks-libev/) with [v2ray-plugin](https://github.com/teddysun/v2ray-plugin), based on Alpine Linux.
3
3
4
-
Current version:
5
-
- shadowsocks-libev: v3.3.5
6
-
- v2ray-plugin: v4.44.0
4
+
Tags:
5
+
-latest: shadowsocks-libev: v3.3.5 and v2ray-plugin: v4.44.0
6
+
-nightly: shadowsocks-libev: master branch and v2ray-plugin: master branch
7
7
8
8
9
9
## Quick Start
@@ -66,7 +66,16 @@ acrisliu/shadowsocks-libev
66
66
```
67
67
68
68
69
-
Enable v2ray-plugin with QUIC mode:
69
+
**Enable v2ray-plugin with QUIC mode:**
70
+
Currently(with v2ray-plugin's version < v5), you should use `nightly` tag for QUIC mode, see https://github.com/Acris/docker-shadowsocks-libev/issues/28 for more details.
71
+
72
+
It is recommended to increase the maximum buffer size by running:
73
+
```
74
+
sysctl -w net.core.rmem_max=2500000
75
+
```
76
+
77
+
This command would increase the maximum receive buffer size to roughly 2.5 MB.
0 commit comments