fix smb, manual jellyfin
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user