mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct definition of ports for SMB used by the shaper wizard. Fixes #7434
This commit is contained in:
parent
0034bbc15a
commit
f15da5f3bb
@ -676,7 +676,7 @@ $othersplist = array();
|
||||
$othersplist['smb'] = array();
|
||||
/* Microsoft SMB and friends */
|
||||
$othersplist['smb'][] = array('SMB1', 'tcp', '445', '445', 'both');
|
||||
$othersplist['smb'][] = array('SMB2', 'tcp', '137-139', '137-139', 'both');
|
||||
$othersplist['smb'][] = array('SMB2', 'tcp', '137', '139', 'both');
|
||||
|
||||
$othersplist['snmp'] = array();
|
||||
/* Simple network management protocol */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user