Fix typo

parent 7125bedc
......@@ -222,7 +222,7 @@ class NexDPI():
sh("ipset add "+ipset_list+" "+triplet+" timeout "+Cats[cname]['timeout']+" --exist > /dev/null 2>&1")
log.info("ADD: "+ipset_list+" "+triplet+" "+self.fullname)
if sername in list(Cats[cname]['knownapps']):
if not start:
if not startname:
continue
elif startname in list(Cats[name]['knowstarts']):
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment