diff options
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 + |