[firewall] Sans les variables de debug pour tester, c'est mieux
This commit is contained in:
parent
2d2cbf2d9f
commit
551ef275a3
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ class firewall(base.firewall_routeur):
|
|||
|
||||
chain = 'POSTROUTING'
|
||||
self.add(table, chain, '-j %s' % self.clamp_mss(table))
|
||||
#self.add(table,chain, '-j %s' % self.limitation_debit(table, run_tc=True))
|
||||
self.add(table,chain, '-j %s' % self.limitation_debit(table, run_tc=True))
|
||||
self.add(table, chain, '-j %s' % self.blacklist_upload(table, fill_ipset=True))
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue