This commit is contained in:
matt1432 2023-02-21 12:55:56 -05:00
parent b17e30e394
commit 4b946c62ea

View file

@ -15,6 +15,8 @@ EnableNetworkConfiguration=true
EOF
ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
sed -i 's/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf
sudo sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf
useradd -m matt -G wheel
passwd matt