check_smb_idle fixed
This commit is contained in:
parent
f546cd674b
commit
53ee02c839
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ set -eu
|
|||
filter_ipt_rules()
|
||||
# get the input rules for smb datagram traffic
|
||||
{
|
||||
iptables -L INPUT -vnx | grep -E "tcp upt:138|udp dpt:139"
|
||||
iptables -L INPUT -vnx | grep -E "udp dpt:138|tcp dpt:139"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue