feat(sgx): add support for port 5355 in firewall configuration
- Allow TCP and UDP traffic on port 5355 for SGX networking. - This enhances compatibility with multicast DNS resolution (mDNS).
This commit is contained in:
		
							parent
							
								
									1235ec9071
								
							
						
					
					
						commit
						d3413a581c
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -51,11 +51,13 @@
 | 
			
		|||
  networking.firewall.allowedTCPPorts = [
 | 
			
		||||
    80
 | 
			
		||||
    443
 | 
			
		||||
    5355
 | 
			
		||||
    8384
 | 
			
		||||
    22000
 | 
			
		||||
    config.services.netatalk.port
 | 
			
		||||
  ];
 | 
			
		||||
  networking.firewall.allowedUDPPorts = [
 | 
			
		||||
    5355
 | 
			
		||||
    22000
 | 
			
		||||
    21027
 | 
			
		||||
  ];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue