Skip to content

Commit 16ec47e

Browse files
committed
doc/advanced-network: add firewall config
1 parent fa4262c commit 16ec47e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/advanced-network.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ systemd.network = {
3737
} ];
3838
};
3939
};
40+
41+
# Allow inbound traffic for the DHCP server
42+
networking.firewall.allowedUDPPorts = [ 67 ];
4043
```
4144

4245
This configuration will hand out IP addresses to clients on the

0 commit comments

Comments
 (0)