temporary fix for config code blocks

This commit is contained in:
2024-11-03 13:11:52 +01:00
parent 059c24ef6f
commit d016387976
22 changed files with 41 additions and 41 deletions

View File

@ -9,7 +9,7 @@ tags: [linux, astra, krb5, freeipa]
### Создания сетевой видимости
На клиенте и DC необходимо в файл `/etc/hosts` добавить оба ip и fqdn:
```config
```python
<server-ip> <server-name>.<domain> <server-name>
<client-ip> <client-name>.<domain> <client-name>
```