mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-09 13:47:10 +02:00
add README
This commit is contained in:
parent
2cac2bb4d1
commit
c79ea7eace
21
obfsproxy/README.md
Normal file
21
obfsproxy/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
OpenVPN over Obfsproxy
|
||||
======================
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```
|
||||
obfsproxy:
|
||||
image: vimagick/obfsproxy:latest
|
||||
ports:
|
||||
- "4911:4911"
|
||||
links:
|
||||
- openvpn_server_1:openvpn
|
||||
environment:
|
||||
- PASSWORD=J23TNHPJPAOQJLTCPLFD4CQYVFY6MEVP
|
||||
- DEST_HOST=openvpn
|
||||
- DEST_PORT=1194
|
||||
- LISTEN_ADDR=0.0.0.0
|
||||
- LISTEN_PORT=4911
|
||||
restart: always
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user