kea-manage/kea-manage.sample.yaml
Matthew Stobbs e68723738b added sample config
- simplified configuration file
- simplified to only use ipv4 and macaddresses for now
- added update query
- if insert fails with already exists error, try to update instead
2024-12-02 12:20:39 -07:00

17 lines
400 B
YAML

database:
type: pgx
host: postgres.example.net
port: 5432
user: keauser
password: secure-kea-postgres-password
name: kea-database-name
reservationV4:
<subnetid1>:
- identifier: "11:11:11:11:11:11"
hostname: hostname-to-reserve
ipv4: 192.168.111.2
<subnetid2>:
- identifier: "11:11:11:11:11:12"
hostname: another-hostname-to-reserve
ipv4: 192.168.112.2