Update firewalld.sh

This commit is contained in:
2026-02-14 12:25:10 +00:00
parent a62acceb75
commit c87b464533

View File

@@ -30,17 +30,20 @@ SVC_PORTS[2]="40000"
SVC_NAMES[3]="SAP Business One Auth"
SVC_PORTS[3]="40020"
SVC_NAMES[4]="SAP Business One Service Layer, Cockpit"
SVC_PORTS[4]="50000 4300"
SVC_NAMES[4]="SAP Cockpit"
SVC_PORTS[4]="4300"
SVC_NAMES[5]="SAP Host Agent"
SVC_PORTS[5]="1128 1129"
SVC_NAMES[5]="SAP Business One Service Layer"
SVC_PORTS[5]="50000"
SVC_NAMES[6]="SSH Remote Access"
SVC_PORTS[6]="22"
SVC_NAMES[6]="SAP Host Agent"
SVC_PORTS[6]="1128 1129"
SVC_NAMES[7]="SMB / B1_SHR (File Sharing)"
SVC_PORTS[7]="139 445"
SVC_NAMES[7]="SSH Remote Access"
SVC_PORTS[7]="22"
SVC_NAMES[8]="SMB / B1_SHR (File Sharing)"
SVC_PORTS[8]="139 445"
# Arrays to store user decisions
declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"