Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martymarty004 authored Jan 7, 2024
1 parent 67c447a commit 3f46b07
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dhcp_ipv6_server/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ options:
schema:
default_lease: int
max_lease: int
domain: str
domain: str?
dns:
- str
extra:
Expand All @@ -67,18 +67,18 @@ schema:
prefixes:
- str
name_servers:
- str
- str?
extra:
- str
- str?
hosts:
- name: str
client_id: str
mac: str
- name: str?
client_id: str?
mac: str?
address:
- str
- str?
prefixes:
- str
- str?
name_servers:
- str
- str?
extra:
- str
- str?

0 comments on commit 3f46b07

Please sign in to comment.