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-retiolum.nix | |
parent | 9651d853d83468d39d1476eebc8ab6a61d69c4a0 (diff) |
tv iptables: add input-*-accept-udp
Diffstat (limited to 'tv/2configs/exim-retiolum.nix')
-rw-r--r-- | tv/2configs/exim-retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/exim-retiolum.nix b/tv/2configs/exim-retiolum.nix index 9197a3c..ad355f8 100644 --- a/tv/2configs/exim-retiolum.nix +++ b/tv/2configs/exim-retiolum.nix @@ -4,5 +4,5 @@ with config.krebs.lib; { krebs.exim-retiolum.enable = true; - tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp"; + tv.iptables.input-retiolum-accept-tcp = singleton "smtp"; } |