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 | c275ae7523b36e03019c18f3b99248bd04af875d (patch) | |
tree | d6550c69cfe6cb682fcb93a621ebc5f5547d8141 /tv | |
parent | 2f65d9c19752a808bc49a8e6bf675ae6b6916a3c (diff) |
tv iptables: input-internet-accept-udp tinc
Diffstat (limited to 'tv')
-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 6e05b1489..f79454157 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"; } |