Skip to content

Commit

Permalink
Merge pull request #100 from salvaft/patch-1
Browse files Browse the repository at this point in the history
fix: dhcp-option ip address should be between quotes
  • Loading branch information
antonym authored Feb 3, 2024
2 parents 49f99ed + 9e2c1b2 commit e8136f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/booting/tftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filename "netboot.xyz.kpxe"
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`:

```
dhcp-option=66,0.0.0.0
dhcp-option=66,"0.0.0.0"
```

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

0 comments on commit e8136f8

Please sign in to comment.