Skip to content

Commit 5ef9b3b

Browse files
authored
Merge pull request dmacvicar#632 from ps-git/NoIP_with_Ubuntu_example
Update network_config.cfg in examples.
2 parents 5c01d18 + b96218c commit 5ef9b3b

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
network:
2-
version: 2
3-
config:
4-
- type: physical
5-
name: ens3
6-
subnets:
7-
- type: dhcp
1+
version: 2
2+
ethernets:
3+
ens3:
4+
dhcp4: true
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
network:
2-
version: 2
3-
config:
4-
- type: physical
5-
name: ens3
6-
subnets:
7-
- type: dhcp
1+
version: 2
2+
ethernets:
3+
ens3:
4+
dhcp4: true

0 commit comments

Comments
 (0)