mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update
This commit is contained in:
parent
4058dbf661
commit
b0cadefcd1
@ -13,6 +13,8 @@ server:
|
||||
- NET_ADMIN
|
||||
restart: always
|
||||
|
||||
################################### SERVER ###################################
|
||||
|
||||
fteproxy:
|
||||
image: vimagick/fteproxy
|
||||
ports:
|
||||
@ -27,3 +29,20 @@ fteproxy:
|
||||
- "PROXY_PORT=1194"
|
||||
- "KEY=66754b8113ea7a218b7613f73f7e13b1e91790216f659b5f78b903b34c654741"
|
||||
restart: always
|
||||
|
||||
################################### CLIENT ###################################
|
||||
#
|
||||
#fteproxy:
|
||||
# image: vimagick/fteproxy
|
||||
# ports:
|
||||
# - "1194:1194"
|
||||
# environment:
|
||||
# - "MODE=client"
|
||||
# - "SERVER_IP=vpn.datageek.info"
|
||||
# - "SERVER_PORT=4911"
|
||||
# - "CLIENT_IP=0.0.0.0"
|
||||
# - "CLIENT_PORT=1194"
|
||||
# - "KEY=66754b8113ea7a218b7613f73f7e13b1e91790216f659b5f78b903b34c654741"
|
||||
# restart: always
|
||||
#
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user