rpi allow ports for dhcp and dns

This commit is contained in:
Sebastian Moser
2024-04-22 22:50:35 +02:00
parent 084cd6dfd0
commit 65571b11c0

View File

@@ -98,6 +98,8 @@
networking.firewall.allowedUDPPorts = [
3702 # wsdd
67 # allow DHCP traffic
53 # allow dns
];