diff options
author | tv <tv@krebsco.de> | 2016-06-30 01:09:39 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-30 01:09:39 +0200 |
commit | 534a30a420cb11f94398a9a0bd7bdc351f85532f (patch) | |
tree | dc6766fcdac1894ce4245cc4918e980d24542f3e | |
parent | b9d5d6c50d23e09a088a848c928f516972de8d2d (diff) |
tv iptables: input-internet-accept-udp tinc
-rw-r--r-- | tv/2configs/retiolum.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index 6e05b14..f794541 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -15,4 +15,5 @@ with config.krebs.lib; tincPackage = pkgs.tinc_pre; }; tv.iptables.input-internet-accept-tcp = singleton "tinc"; + tv.iptables.input-internet-accept-udp = singleton "tinc"; } |