Compare commits

..

No commits in common. "761ce8f670ae14f910a6a582da37a3651dc9c1cb" and "74e0af058e32f5eb26c7445e14e657054f5ca73b" have entirely different histories.

9 changed files with 66 additions and 812 deletions

View File

@ -1 +1 @@
24.11.1
24.11.0

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
RR_VERSION="24.11.1"
RR_VERSION="24.11.0"
RR_RELEASE=""
RR_TITLE="RR v${RR_VERSION}"

View File

@ -2661,7 +2661,6 @@ function changePorts() {
HTTP=$(grep -i '^HTTP_PORT=' /etc/rrorg.conf 2>/dev/null | cut -d'=' -f2)
DUFS=$(grep -i '^DUFS_PORT=' /etc/rrorg.conf 2>/dev/null | cut -d'=' -f2)
TTYD=$(grep -i '^TTYD_PORT=' /etc/rrorg.conf 2>/dev/null | cut -d'=' -f2)
while true; do
DIALOG --title "$(TEXT "Settings")" \
--form "${MSG}" 11 70 3 "HTTP" 1 1 "${HTTP:-7080}" 1 10 55 0 "DUFS" 2 1 "${DUFS:-7304}" 2 10 55 0 "TTYD" 3 1 "${TTYD:-7681}" 3 10 55 0 \
2>"${TMP_PATH}/resp"
@ -2730,7 +2729,6 @@ function changePorts() {
break
;;
esac
done
return
}

View File

@ -1 +1 @@
24.11.1
24.11.0