update(firewalld): add smb ports

This commit is contained in:
2026-02-06 11:23:43 +01:00
parent c983edd6b0
commit 99c8e6ae29

View File

@@ -33,6 +33,9 @@ SVC_PORTS[3]="1128 1129"
SVC_NAMES[4]="SSH Remote Access"
SVC_PORTS[4]="22"
SVC_NAMES[5]="SMB / B1_SHR (File Sharing)"
SVC_PORTS[5]="139 445"
# Arrays to store user decisions
declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"
declare -a CONFIG_IPS # Stores the IP string if "IP" is chosen