Update ipv6_static_interfaces

This commit is contained in:
Molly Lau 2023-08-23 18:39:06 +09:00 committed by GitHub
parent c4185a5a45
commit 66cd768cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
iface eth0 inet6 static
auto networkAdapter
iface networkAdapter inet dhcp
iface networkAdapter inet6 static
address ip6Addr
netmask ip6Mask
gateway ip6Gate