mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-11 17:44:29 +05:00
Several fixes
This commit is contained in:
@@ -44,7 +44,7 @@ ansible-galaxy role install itdoginfo.domain_routing_openwrt
|
||||
|
||||
Примеры playbooks
|
||||
|
||||
Wireguard, only domains, stubby, Russia, acces from wg network (примерное значение 192.168.80.0/24), host 192.168.1.1
|
||||
Wireguard, only domains, stubby, Russia, acces from wg network (пример 192.168.80.0/24), host 192.168.1.1
|
||||
```
|
||||
- hosts: 192.168.1.1
|
||||
remote_user: root
|
||||
@@ -183,8 +183,7 @@ service getdomains start
|
||||
[Инструкция для OpenWrt 21.02](https://t.me/itdoginfo/8)
|
||||
|
||||
## Текстовый редактор nano
|
||||
Устанавливается по умолчанию
|
||||
Можно выключить
|
||||
Устанавливается по умолчанию. Можно выключить
|
||||
```
|
||||
nano: false
|
||||
```
|
||||
|
||||
@@ -134,7 +134,7 @@ if [ "$WG" == true ]; then
|
||||
if [ $ROUTE_TABLE -eq 1 ]; then
|
||||
checkpoint_true "Route table WG"
|
||||
else
|
||||
checkpoint_false "Route table VPN"
|
||||
checkpoint_false "Route table WG"
|
||||
echo "Details: https://cli.co/Atxr6U3"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user