From 9a7c77c91bfda54bac33bcb1fd22abf01c77c675 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 29 Nov 2025 10:36:10 +0100 Subject: [PATCH] - Use now rx3-docker/server:1.2.7-mga9 image. - Rebuild for updates. --- ReadMe.txt | 2 +- ReleaseNotes.txt | 9 +++++++++ env.dist | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index fb8cff1..beffffc 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to Rx3-Docker/MicroSocks docker image! This project aims to build a MicroSocks docker image. Features: - - Curtently based on rx3-docker/server:1.2.6-mga9 image, + - Curtently based on rx3-docker/server:1.2.7-mga9 image, - Use microsock 1.0.5, - Support DNS forwarding to avoid DNS leaking, - MyIPD service included. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 812bbab..1f8d231 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/MicroSocks V 1.1.4 - A. GIBERT - 2025/11/29 +------------------------------------------------------------------------------------------------------------------------------------ + +- Use now rx3-docker/server:1.2.7-mga9 image. +- Rebuild for updates. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/MicroSocks V 1.1.3 - A. GIBERT - 2025/09/19 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index 314c7a9..a108196 100644 --- a/env.dist +++ b/env.dist @@ -21,7 +21,7 @@ APPL_NAME="microsocks" APPL_NAME_FULL="MicroSocks Proxy" APPL_NAME_SHORT="micsoc" APPL_ORG="rx3" -APPL_VERSION="1.1.3" +APPL_VERSION="1.1.4" APPL_MAINTAINER='"Arnaud G. GIBERT" ' 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 | #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ -docker_service_add SP socks-proxy ${ORG_URL_PREFIX} microsocks "Rx3-Docker/MicroSocks" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.6-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.7-mga9 - - 1080 1080 - - ${APPL_USER} ${APPL_GROUP}