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/2configs/exim-smarthost.nix | |
parent | 9651d853d83468d39d1476eebc8ab6a61d69c4a0 (diff) |
tv iptables: add input-*-accept-udp
Diffstat (limited to 'tv/2configs/exim-smarthost.nix')
-rw-r--r-- | tv/2configs/exim-smarthost.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/exim-smarthost.nix b/tv/2configs/exim-smarthost.nix index 3616a8f..351b54d 100644 --- a/tv/2configs/exim-smarthost.nix +++ b/tv/2configs/exim-smarthost.nix @@ -43,5 +43,5 @@ with config.krebs.lib; { from = "mirko"; to = "mv"; } ]; }; - tv.iptables.input-internet-accept-new-tcp = singleton "smtp"; + tv.iptables.input-internet-accept-tcp = singleton "smtp"; } |