dokytree/samples/it_v1/doc/network/subnets/04_vpn.yaml

12 lines
223 B
YAML
Raw Normal View History

2023-03-08 23:38:30 +00:00
# yaml-language-server: $schema=../../../schemas/subnet.json
name: VPN
subnet: 192.168.9.0/24
gw: 192.168.9.1
dns:
- 192.168.9.1
dhcp:
server: '192.168.9.1'
ranges:
- from: '192.168.9.2'
to: '192.168.9.254'