reimplement config dotfiles with templates
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Name=en*
|
||||
|
||||
[Network]
|
||||
DHCP=no
|
||||
DHCP=yes
|
||||
|
||||
Address=192.168.0.2/24
|
||||
Gateway=192.168.0.254
|
||||
#Address=192.168.0.2/24
|
||||
#Gateway=192.168.0.254
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
#Switch to the script directory
|
||||
_BASENAME=$(basename "$0")
|
||||
cd "$(dirname "$0")" || _exit 1
|
||||
|
||||
cp 00-wired.network /etc/systemd/network/00-wired.network
|
||||
cp resolved.conf /etc/systemd/resolved.conf
|
||||
@@ -22,7 +22,6 @@
|
||||
# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google
|
||||
# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net
|
||||
DNS=9.9.9.9
|
||||
FallbackDNS=2001:41d0:303:20da::1 217.182.138.218
|
||||
#FallbackDNS=1.1.1.1#cloudflare-dns.com 9.9.9.9#dns.quad9.net 8.8.8.8#dns.google 2606:4700:4700::1111#cloudflare-dns.com 2620:fe::9#dns.quad9.net 2001:4860:4860::8888#dns.google
|
||||
Domains=.
|
||||
#DNSSEC=no
|
||||
|
||||
Reference in New Issue
Block a user