fix smb, manual jellyfin

This commit is contained in:
mjallen18
2024-02-19 18:27:53 -06:00
parent aae49aecde
commit c1cf03fe47
3 changed files with 53 additions and 18 deletions

View File

@@ -203,8 +203,8 @@ in
enable = true;
allowPing = true;
extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
allowedTCPPorts = [ 80 443 445 139 ];
allowedUDPPorts = [ 80 443 137 138 ];
allowedTCPPorts = [ 80 443 ];
allowedUDPPorts = [ 80 443 ];
};
};