l 2 retiolum: don't open smtp
This commit is contained in:
parent
fe639f585e
commit
e135090439
|
@ -5,7 +5,6 @@
|
||||||
krebs.iptables = {
|
krebs.iptables = {
|
||||||
tables = {
|
tables = {
|
||||||
filter.INPUT.rules = [
|
filter.INPUT.rules = [
|
||||||
{ predicate = "-p tcp --dport smtp"; target = "ACCEPT"; }
|
|
||||||
{ predicate = "-p tcp --dport tinc"; target = "ACCEPT"; }
|
{ predicate = "-p tcp --dport tinc"; target = "ACCEPT"; }
|
||||||
{ predicate = "-p udp --dport tinc"; target = "ACCEPT"; }
|
{ predicate = "-p udp --dport tinc"; target = "ACCEPT"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue