tv iptables: bump descrptions

This commit is contained in:
tv 2015-06-22 15:30:31 +02:00
parent 53305dc496
commit f2c8dbe4d1

View File

@ -15,7 +15,7 @@ in
type = with types; listOf str;
default = [];
description = ''
ip{4,6}tables -A INPUT -j ACCEPT -p tcp --dport $port -m conntrack --ctstate NEW
TCP ports, accepting incoming connections from anywhere.
'';
};
@ -23,7 +23,7 @@ in
type = with types; listOf str;
default = [];
description = ''
ip{4,6}tables -A Retiolum -j ACCEPT -p tcp --dport $port -m conntrack --ctstate NEW
TCP ports, accepting incoming connections from Retiolum.
'';
};
}