You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/booting/tftp.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ filename "netboot.xyz.kpxe"
22
22
If you are using [dnsmasq as your DHCP server](https://wiki.archlinux.org/index.php/dnsmasq#DHCP_server) as well as your TFTP server then setting the next-server option is as simple as adding the following line to `/etc/dnsmasq.conf`:
23
23
24
24
```
25
-
dhcp-option=66,0.0.0.0
25
+
dhcp-option=66,"0.0.0.0"
26
26
```
27
27
28
28
`0.0.0.0` is parsed as the address of the machine running dnsmasq.
0 commit comments