mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix doc
This commit is contained in:
@@ -45,7 +45,7 @@ obfsproxy:
|
|||||||
|
|
||||||
To link a existing `openvpn` container, please use `external_links` instead of `links`.
|
To link a existing `openvpn` container, please use `external_links` instead of `links`.
|
||||||
|
|
||||||
```yaml
|
```
|
||||||
obfsproxy:
|
obfsproxy:
|
||||||
image: vimagick/obfsproxy:latest
|
image: vimagick/obfsproxy:latest
|
||||||
ports:
|
ports:
|
||||||
@@ -64,6 +64,6 @@ obfsproxy:
|
|||||||
The password should be encoded by Base32 with fixed length.
|
The password should be encoded by Base32 with fixed length.
|
||||||
You can generate one via this command:
|
You can generate one via this command:
|
||||||
|
|
||||||
```bash
|
```
|
||||||
python -c 'import base64, os; print base64.b32encode(os.urandom(20))'
|
python -c 'import base64, os; print base64.b32encode(os.urandom(20))'
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user