1
1
Fork 0

Enable intake for tvb on port 5234

This commit is contained in:
Jaculabilis 2023-06-20 04:35:45 +00:00
parent 4f9b51a94b
commit cd4cf9107c
1 changed files with 6 additions and 0 deletions

View File

@ -143,6 +143,11 @@
}; };
}; };
services.intake = {
listen = { addr = "10.22.20.1"; port = 5234; };
users.tvb.enable = true;
};
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowPing = true; allowPing = true;
@ -151,6 +156,7 @@
80 # http 80 # http
443 # https 443 # https
655 # tinc 655 # tinc
5234# intake
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
655 # tinc 655 # tinc