mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet manual
|
|
up ip link set $IFACE up
|
|
down ip link set $IFACE down
|
|
|
|
#auto wan
|
|
#iface wan inet dhcp
|