From 5e358d990c660cf8cec5728003a1f89afb6abfde Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 1 May 2015 17:49:42 +0800 Subject: [PATCH] fix typo --- obfsproxy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obfsproxy/README.md b/obfsproxy/README.md index b3a896e..01aa052 100644 --- a/obfsproxy/README.md +++ b/obfsproxy/README.md @@ -68,14 +68,14 @@ The following example shows us how to make a OpenVPN relay: obfsproxy: image: vimagick/obfsproxy:latest ports: - - "1149:1149/tcp" + - "1194:1194/tcp" environment: - PASSWORD=J23TNHPJPAOQJLTCPLFD4CQYVFY6MEVP - DEST_HOST=vpn.datageek.info - DEST_PORT=4911 - RUN_MODE=client - LISTEN_ADDR=0.0.0.0 - - LISTEN_PORT=1149 + - LISTEN_PORT=1194 restart: always ```