dokytree/samples/it_v1/doc/network/subnets/01_lan.yaml

12 lines
218 B
YAML
Raw Normal View History

2023-03-08 23:38:30 +00:00
# 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'