Auto base sync: 2025-07-16 23:37:49

This commit is contained in:
Stitch505
2025-07-16 23:37:49 +04:00
parent 6c634a7980
commit f56d22fc58

View File

@@ -79,8 +79,6 @@
> >
>`systemctl enable --now systemd-resolved` >`systemctl enable --now systemd-resolved`
> >
>
>
>### 2. **Отредактируй файл /etc/systemd/resolved.conf** >### 2. **Отредактируй файл /etc/systemd/resolved.conf**
> >
Открой файл: Открой файл:
@@ -103,10 +101,9 @@
> >
> `/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf` > `/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf`
> >
Если не так, исправь: > Если не так, исправь:
> > rm -f /etc/resolv.conf
> ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
> `rm -f /etc/resolv.conf ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf`
>### 4. **Перезапусти systemd-resolved** >### 4. **Перезапусти systemd-resolved**
> >
> `systemctl restart systemd-resolved` > `systemctl restart systemd-resolved`