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

12 lines
223 B
YAML
Raw Permalink Normal View History

2024-10-31 17:34:57 +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'