diff --git a/ServerUbuntu.md b/ServerUbuntu.md index e78974c..2e4ee55 100644 --- a/ServerUbuntu.md +++ b/ServerUbuntu.md @@ -40,15 +40,15 @@ ``` ## DNS Zatím nevím, proč nefunguje korektně. Nastavím `/etc/resolv.conf` ručně. -bylo: `resolv.conf -> ../run/systemd/resolve/stub-resolv.conf` +původně byl symlink: `/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf` - ```shell - sudo -i - rm -f /etc/resolv.conf - cat > /etc/resolv.conf << EOF - nameserver 192.168.88.101 - nameserver 192.168.88.1 - domain habad.eu - search habad.eu - EOF - ``` \ No newline at end of file +```shell +sudo -i +rm -f /etc/resolv.conf +cat > /etc/resolv.conf << EOF +nameserver 192.168.88.101 +nameserver 192.168.88.1 +domain habad.eu +search habad.eu +EOF +``` \ No newline at end of file