mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-25 17:16:11 +00:00
12 lines
218 B
YAML
12 lines
218 B
YAML
# yaml-language-server: $schema=../../../schemas/subnet.json
|
|
name: LAN
|
|
subnet: 10.10.10.0/24
|
|
gw: 10.10.10.1
|
|
dns:
|
|
- 10.10.10.1
|
|
dhcp:
|
|
server: '10.10.10.1'
|
|
ranges:
|
|
- from: '10.10.10.50'
|
|
to: '10.10.10.169'
|