Add support for Remote Desktop Services (RDS).

This commit is contained in:
2026-03-11 14:06:08 +01:00
parent 1f5c01d8c9
commit b84a7d8527
5 changed files with 71 additions and 0 deletions

View File

@@ -1297,6 +1297,21 @@ declare -A rm_server_dmz_arr
remote_console_port=5900
# ======
# - Remote Desktop Dienste
# ======
# - RDS Server local Networks
# -
# - Blank separated list
# -
rds_server_ips=""
# Listen RDP Port
#
rds_server_tcp_port="$standard_rdp_port"
# ======
# - Ubiquiti Unifi
# ======