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 | 716a2fc6e842ff051df6de1999b5b97780f2d2cd (patch) | |
tree | b2dd51a390b42f715e66dd806a4ebda41096aeee /tv/2configs/exim-retiolum.nix | |
parent | 20a9f5906144d8083300691ea588a9d2ef1a4f60 (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 9197a3c30..ad355f8b4 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"; } |