- Fix MICROSOCKS_OPTIONS env variable handlig bug.

This commit is contained in:
Arnaud G. GIBERT 2025-05-28 19:27:03 +02:00
parent e792cd44e9
commit 85b724b027
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ chown -R microsocks:microsocks '${MICROSOCKS_LIB}
#---------------------------------------------------------------------------------------------------------------
ARG MICROSOCKSD_INI='[program:microsockd] \n\
directory='${MICROSOCKS_HOME}' \n\
command=microsocks ${MICROSOCKS_OPTIONS} \n\
command=/bin/bash -c `microsocks ${MICROSOCKS_OPTIONS}` \n\
user=microsocks'
#---------------------------------------------------------------------------------------------------------------

View File

@ -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,
- 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.