Mention run-mtg script

This commit is contained in:
9seconds
2018-06-19 11:25:58 +03:00
parent 9be13fe093
commit a2d0210780
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ STAT_PORT=3129
# docker pull "$IMAGE_NAME"
docker ps --filter "Name=$CONTAINER_NAME" -aq | xargs -r docker rm -fv
docker run \
-d \
--name "$CONTAINER_NAME" \
--sysctl 'net.ipv4.ip_local_port_range=10000 65000' \
--sysctl net.ipv4.tcp_congestion_control=bbr \