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