Re: [arch-general] IPSET and OUTPUT

2018-06-01 Thread Gioele Falcetti via arch-general
On Fri, 1 Jun 2018, 14:47 siefke_lis...@web.de, wrote: > Hello, > > I want use ad blocking with iptables so I found ipset which make life > easier. My question is how it work with Output format? > > iptables -I OUTPUT -m set --match-set adblock src -j REJECT will this work? I be not really sure

[arch-general] IPSET and OUTPUT

2018-06-01 Thread siefke_lis...@web.de
Hello, I want use ad blocking with iptables so I found ipset which make life easier. My question is how it work with Output format? iptables -I OUTPUT -m set --match-set adblock src -j REJECT will this work? I be not really sure and most what found about ipset is input. Thanks for help Silvi