tv iptables: input-internet-accept-udp tinc

This commit is contained in:
tv 2016-06-30 01:09:39 +02:00
parent 2f65d9c197
commit c275ae7523

View File

@ -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";
}