- Fix MICROSOCKS_OPTIONS env variable handlig bug.
This commit is contained in:
parent
e792cd44e9
commit
85b724b027
@ -33,7 +33,7 @@ chown -R microsocks:microsocks '${MICROSOCKS_LIB}
|
|||||||
#---------------------------------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------------------------------
|
||||||
ARG MICROSOCKSD_INI='[program:microsockd] \n\
|
ARG MICROSOCKSD_INI='[program:microsockd] \n\
|
||||||
directory='${MICROSOCKS_HOME}' \n\
|
directory='${MICROSOCKS_HOME}' \n\
|
||||||
command=microsocks ${MICROSOCKS_OPTIONS} \n\
|
command=/bin/bash -c `microsocks ${MICROSOCKS_OPTIONS}` \n\
|
||||||
user=microsocks'
|
user=microsocks'
|
||||||
#---------------------------------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -4,7 +4,8 @@ Rx3-Docker/MicroSocks V 1.0.2 - A. GIBERT - 2025/05/28
|
|||||||
|
|
||||||
- Use now rx3-docker/server:1.2.3-mga9 image,
|
- Use now rx3-docker/server:1.2.3-mga9 image,
|
||||||
- Enable DNS forwarding to prevent DNS leak!
|
- Enable DNS forwarding to prevent DNS leak!
|
||||||
- Remove myip installation allready installed on server image.
|
- Remove myip installation allready installed on server image,
|
||||||
|
- Fix MICROSOCKS_OPTIONS env variable handlig bug.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user