diff --git a/firewalld.sh b/firewalld.sh index 434bbc0..179cf65 100644 --- a/firewalld.sh +++ b/firewalld.sh @@ -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