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:
Harald Hoyer 2025-02-22 08:41:56 +01:00
parent 1235ec9071
commit d3413a581c

View file

@ -51,11 +51,13 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 80
443 443
5355
8384 8384
22000 22000
config.services.netatalk.port config.services.netatalk.port
]; ];
networking.firewall.allowedUDPPorts = [ networking.firewall.allowedUDPPorts = [
5355
22000 22000
21027 21027
]; ];