diff options
author | tv <tv@krebsco.de> | 2016-06-30 00:52:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-30 01:08:01 +0200 |
commit | 10ff37466663cfac5067d9df275182840a21a9e7 (patch) | |
tree | 6c2303b759022b1c9dbf50028432e5316b3a24f5 /tv/1systems/rmdir.nix | |
parent | 9651d853d83468d39d1476eebc8ab6a61d69c4a0 (diff) |
tv iptables: add input-*-accept-udp
Diffstat (limited to 'tv/1systems/rmdir.nix')
-rw-r--r-- | tv/1systems/rmdir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/1systems/rmdir.nix b/tv/1systems/rmdir.nix index 25fae2c..34f9260 100644 --- a/tv/1systems/rmdir.nix +++ b/tv/1systems/rmdir.nix @@ -22,12 +22,12 @@ in { tv.iptables = { enable = true; - input-internet-accept-new-tcp = [ + input-internet-accept-tcp = [ "ssh" "tinc" "smtp" ]; - input-retiolum-accept-new-tcp = [ + input-retiolum-accept-tcp = [ "http" ]; }; |