diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 19:03:30 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-17 19:03:30 -0800 |
commit | 9ac08b18003b9975e1ac79a2098d549f4b893dd5 (patch) | |
tree | 07f686701cd665225f61bc5f95e600464099cfd9 /etc/systemd/network | |
parent | d6184aaf6a5037c68f50d7bd691b0985a45b75a1 (diff) |
update
Diffstat (limited to 'etc/systemd/network')
-rw-r--r-- | etc/systemd/network/10-cloud-init-eth0.network | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/systemd/network/10-cloud-init-eth0.network b/etc/systemd/network/10-cloud-init-eth0.network new file mode 100644 index 00000000..5c04b591 --- /dev/null +++ b/etc/systemd/network/10-cloud-init-eth0.network @@ -0,0 +1,15 @@ +[Address] +Address=82.153.138.108/24 + +[Match] +MACAddress=f6:f5:d6:c3:5e:4f +Name=eth0 + +[Network] +DHCP=no +DNS=9.9.9.9 1.1.1.1 +Domains=kyun.host + +[Route] +Gateway=82.153.138.1 + |