From 9a6237864a2eaa16be630a4973b9b9efbc24aa3b Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 26 Jul 2025 18:43:47 +0200 Subject: [PATCH] - Update myip to 1.0.1. --- ReadMe.txt | 1 + ReleaseNotes.txt | 9 +++++++++ env.dist | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ReadMe.txt b/ReadMe.txt index 014aa6b..038edaf 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -10,6 +10,7 @@ Features: - supervisord managing services, - crond & logrotate configured & crond disabled by default, - DNS forwarding support with dnsmasq, disabled by default, + - myip tool, - Export init & supivisor log directories as volume. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 6469bcf..06478f6 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Server V 1.2.5 - A. GIBERT - 2025/07/26 +------------------------------------------------------------------------------------------------------------------------------------ + +- Update myip to 1.0.1. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Server V 1.2.4 - A. GIBERT - 2025/06/26 ------------------------------------------------------------------------------------------------------------------------------------ @@ -13,6 +21,7 @@ Rx3-Docker/Server V 1.2.3 - A. GIBERT - 2025/05/28 - Use now rx3-docker/base:1.3.3-mga9 image, - Add dnsmasq to perform optional DNS forwarding, +- Add myip tool, - Add "urpmi.update -a" to force mirror sync. diff --git a/env.dist b/env.dist index f0c84d1..57ac983 100644 --- a/env.dist +++ b/env.dist @@ -18,7 +18,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}" IMG_NAME="server" IMG_NAME_FULL="Rx3-Docker/Server Docker Image" -IMG_VERSION="1.2.4-mga9" +IMG_VERSION="1.2.5-mga9" IMG_MAINTAINER='"Arnaud G. GIBERT" ' IMG_URL_PREFIX="${ORG_URL_PREFIX}"