2 Commits

Author SHA1 Message Date
2e6b651267 - Fix Docker masquerading,
- Disable by default docker_tools network setup.
2025-07-03 20:09:23 +02:00
30c672e46f - 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.
2025-06-26 18:13:48 +02:00
4 changed files with 28 additions and 9 deletions

View File

@@ -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.3-mga9 image,
- Curtently based on rx3-docker/server:1.2.4-mga9 image,
- Use microsock 1.0.5,
- Support DNS forwarding to avoid DNS leaking.

View File

@@ -1,10 +1,28 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/MicroSocks V 1.0.4 - A. GIBERT - 2025/07/03
------------------------------------------------------------------------------------------------------------------------------------
- Fix Docker masquerading,
- Disable by default docker_tools network setup.
------------------------------------------------------------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------------------------------------------------
- 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 already installed on server image,
- Fix MICROSOCKS_OPTIONS env variable handlig bug.

View File

@@ -67,6 +67,7 @@ networks:
driver: bridge
driver_opts:
com.docker.network.bridge.name: ${NETWORK_IF_NAME}
com.docker.network.bridge.enable_ip_masquerade: "false"
ipam:
config:
- subnet: ${NETWORK_SUBNET}

View File

@@ -21,7 +21,7 @@ APPL_NAME="microsocks"
APPL_NAME_FULL="MicroSocks Proxy"
APPL_NAME_SHORT="micsoc"
APPL_ORG="rx3"
APPL_VERSION="1.0.2"
APPL_VERSION="1.0.4"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
@@ -32,7 +32,7 @@ APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
# User Settings
#-------------------------------------------------------------------------------
APPL_ENV="2"
APPL_ENV="0"
APPL_NAME_SHORT="vir"
@@ -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.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}
@@ -90,7 +90,7 @@ SERVER_DNS_SEARCH="xor.rx3 and.rx3 not.rx3 mob.rx3 fix.rx3 rx3 rx3.net"
SP_CMD_OPTIONS=""
NETWORK_SUBNET=10.10.33.8/30
NETWORK_ADDRESS=10.10.33.9
NETWORK_GATEWAY=10.10.33.10
NETWORK_TABLE=4
NETWORK_SUBNET=10.10.32.0/30
NETWORK_ADDRESS=10.10.32.1
NETWORK_GATEWAY=10.10.32.2
#NETWORK_TABLE=4