Skip to content

Instantly share code, notes, and snippets.

@Sanes
Created December 24, 2023 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sanes/b4df032aa247190cda4e0e6913eb551d to your computer and use it in GitHub Desktop.
Save Sanes/b4df032aa247190cda4e0e6913eb551d to your computer and use it in GitHub Desktop.
config:
cloud-init.network-config: |-
network:
version: 2
ethernets:
eth0:
dhcp4: true
nameservers:
addresses:
- 1.1.1.1
- 77.88.8.8
description: Network config DHCP v2
devices: {}
name: net-v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment