diff options
author | tv <tv@krebsco.de> | 2015-06-22 15:30:31 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-06-22 15:30:31 +0200 |
commit | 14f619e3efbea9d614aa46f3d0d04b8d7d0c8e33 (patch) | |
tree | 612f69e19e1dfde7a666aba11f1245283e21a975 /modules | |
parent | d80f9c1f7efa219f45058771d2ae319b6bfaf7a2 (diff) |
tv iptables: bump descrptions
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tv/iptables/options.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tv/iptables/options.nix b/modules/tv/iptables/options.nix index 79be1d0..1adffeb 100644 --- a/modules/tv/iptables/options.nix +++ b/modules/tv/iptables/options.nix @@ -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. ''; }; } |