- Use now rx3-docker/server:1.2.4-mga9 image,

- DNS re-run config bug on a already created container fixed by new server image.
This commit is contained in:
Arnaud G. GIBERT 2025-06-26 18:11:44 +02:00
parent 85b724b027
commit 30c672e46f
3 changed files with 13 additions and 4 deletions

View File

@ -5,7 +5,7 @@ Welcome to Rx3-Docker/MicroSocks docker image!
This project aims to build a MicroSocks docker image. This project aims to build a MicroSocks docker image.
Features: Features:
- Curtently based on rx3-docker/server:1.2.3-mga9 image, - Curtently based on rx3-docker/server:1.2.4-mga9 image,
- Use microsock 1.0.5, - Use microsock 1.0.5,
- Support DNS forwarding to avoid DNS leaking. - Support DNS forwarding to avoid DNS leaking.

View File

@ -1,10 +1,19 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MicroSocks V 1.0.3 - A. GIBERT - 2025/06/26
------------------------------------------------------------------------------------------------------------------------------------
- Use now rx3-docker/server:1.2.4-mga9 image,
- DNS re-run config bug on a already created container fixed by new server image.
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MicroSocks V 1.0.2 - A. GIBERT - 2025/05/28 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 already installed on server image,
- Fix MICROSOCKS_OPTIONS env variable handlig bug. - Fix MICROSOCKS_OPTIONS env variable handlig bug.

View File

@ -21,7 +21,7 @@ APPL_NAME="microsocks"
APPL_NAME_FULL="MicroSocks Proxy" APPL_NAME_FULL="MicroSocks Proxy"
APPL_NAME_SHORT="micsoc" APPL_NAME_SHORT="micsoc"
APPL_ORG="rx3" APPL_ORG="rx3"
APPL_VERSION="1.0.2" APPL_VERSION="1.0.3"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>' APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}" APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
@ -73,7 +73,7 @@ DOCKER_TOOLS_VOLUME=SINGLE
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+
docker_service_add SP socks-proxy ${ORG_URL_PREFIX} microsocks "Rx3-Docker/MicroSocks" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.3-mga9 - - 1080 1080 - - ${APPL_USER} ${APPL_GROUP} docker_service_add SP socks-proxy ${ORG_URL_PREFIX} microsocks "Rx3-Docker/MicroSocks" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.4-mga9 - - 1080 1080 - - ${APPL_USER} ${APPL_GROUP}