fix example config

This commit is contained in:
Antonio J. Delgado 2023-11-13 15:17:33 +02:00
parent 0b8a04f2d7
commit 120bd1cb55

View file

@ -34,7 +34,7 @@
# data: "example.com, example.org # data: "example.com, example.org
# client-classes: [] # client-classes: []
# subnet4: # subnet4:
# - subnet": "192.168.1.0/24" # - subnet: "192.168.1.0/24"
# pools: # pools:
# - pool: "192.168.1.100 - 192.168.1.200" # - pool: "192.168.1.100 - 192.168.1.200"
# option-data: # option-data:
@ -105,7 +105,7 @@
# data: "example.com, example.org" # data: "example.com, example.org"
# client-classes: [] # client-classes: []
# subnet6: # subnet6:
# - subnet": "fd12:3456:789a:1::0/64" # - subnet: "fd12:3456:789a:1::0/64"
# pools: # pools:
# - pool: "fd12:3456:789a:1::0/64" # - pool: "fd12:3456:789a:1::0/64"
# option-data: [] # option-data: []
@ -154,8 +154,8 @@
# - password-file: "kea-api-password" # - password-file: "kea-api-password"
# control-sockets: # control-sockets:
# dhcp4: # dhcp4:
# socket-type": "unix" # socket-type: "unix"
# socket-name": "/run/kea/kea4-ctrl-socket" # socket-name: "/run/kea/kea4-ctrl-socket"
# dhcp6: # dhcp6:
# socket-type: "unix" # socket-type: "unix"
# socket-name: "/run/kea/kea6-ctrl-socket" # socket-name: "/run/kea/kea6-ctrl-socket"