networking-config
Installation
SKILL.md
Networking Configuration Skill
VPC (Virtual Private Cloud)
Create VPC
doctl vpcs create \
--name production-vpc \
--region nyc1 \
--ip-range 10.10.10.0/24 \
--description "Production network"
doctl vpcs create \
--name production-vpc \
--region nyc1 \
--ip-range 10.10.10.0/24 \
--description "Production network"