Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Jun 12, 2024
1 parent 60ba006 commit fafb1af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ with some extra options:

```yaml
kea_dhcp4_subnets:
- subnet: "192.168.1.0/24"
- id: 1
subnet: "192.168.1.0/24"
pools:
- pool: "192.168.1.100 - 192.168.1.111"
- pool: "192.168.1.200 - 192.168.1.222"
Expand All @@ -126,7 +127,8 @@ kea_dhcp4_subnets:
ip-address: "192.168.1.98"
- hw-address: "aa:bb:cc:dd:ee:ff"
ip-address: "192.168.1.99"
- subnet: "192.168.2.0/24"
- id: 2
subnet: "192.168.2.0/24"
hostname-char-replacement: "x"
hostname-char-set: "[^A-Za-z0-9.-]"
pools:
Expand Down

0 comments on commit fafb1af

Please sign in to comment.