A_U_V-

Results 2 comments of A_U_V-

@ldx sorry, forget to paste the complete code. # **complete code:** table = iptc.Table(iptc.Table.FILTER) table.refresh() if not table.is_chain('LimitAudit_8010'): table.create_chain('LimitAudit_8010') default_chain = iptc.Chain(table, 'INPUT') rule = iptc.Rule() rule.protocol = 'tcp' rule.target...

@ldx if i cancel all "iptc.match" settings, uWSGI will not be abnormal.