update(firewalld): add smb ports
This commit is contained in:
@@ -33,6 +33,9 @@ SVC_PORTS[3]="1128 1129"
|
|||||||
SVC_NAMES[4]="SSH Remote Access"
|
SVC_NAMES[4]="SSH Remote Access"
|
||||||
SVC_PORTS[4]="22"
|
SVC_PORTS[4]="22"
|
||||||
|
|
||||||
|
SVC_NAMES[5]="SMB / B1_SHR (File Sharing)"
|
||||||
|
SVC_PORTS[5]="139 445"
|
||||||
|
|
||||||
# Arrays to store user decisions
|
# Arrays to store user decisions
|
||||||
declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"
|
declare -a CONFIG_DECISION # "ALL", "IP", "SKIP"
|
||||||
declare -a CONFIG_IPS # Stores the IP string if "IP" is chosen
|
declare -a CONFIG_IPS # Stores the IP string if "IP" is chosen
|
||||||
|
|||||||
Reference in New Issue
Block a user