Skip to content

Commit e8136f8

Browse files
authored
Merge pull request #100 from salvaft/patch-1
fix: dhcp-option ip address should be between quotes
2 parents 49f99ed + 9e2c1b2 commit e8136f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/booting/tftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ filename "netboot.xyz.kpxe"
2222
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`:
2323

2424
```
25-
dhcp-option=66,0.0.0.0
25+
dhcp-option=66,"0.0.0.0"
2626
```
2727

2828
`0.0.0.0` is parsed as the address of the machine running dnsmasq.

0 commit comments

Comments
 (0)