This commit is contained in:
itdoginfo
2024-04-02 18:59:15 +03:00
parent 15ad1f5115
commit d9e9317995
2 changed files with 14 additions and 62 deletions

View File

@@ -11,11 +11,6 @@ Shell скрипт и playbook для Ansible. Автоматизируют на
sh <(wget -O - https://raw.githubusercontent.com/itdoginfo/domain-routing-openwrt/master/getdomains-install.sh)
```
Запуск со скачиванием
```
wget https://raw.githubusercontent.com/itdoginfo/domain-routing-openwrt/master/getdomains-install.sh && sh getdomains-install.sh
```
Подробности описаны в статье указаной выше.
## Ansible
@@ -158,18 +153,6 @@ wget -O - https://raw.githubusercontent.com/itdoginfo/domain-routing-openwrt/mas
wget -O - https://raw.githubusercontent.com/itdoginfo/domain-routing-openwrt/master/getdomains-check.sh | sh -s dump
```
### Скачать и потом запустить
```
wget https://raw.githubusercontent.com/itdoginfo/domain-routing-openwrt/master/getdomains-check.sh
chmod +x getdomains-check.sh
./getdomains-check.sh
```
С созданием dump
```
./getdomains-check.sh dump
```
Поиск ошибок вручную: https://habr.com/ru/post/702388/
---