From 76fcd4860fd98d0bebff8933e665dda5e7a0842f Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Thu, 18 Apr 2024 17:14:35 +0300 Subject: [PATCH] Several fixes --- README.md | 5 ++--- getdomains-check.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d97e649..fd4e59f 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/getdomains-check.sh b/getdomains-check.sh index b2c3059..3d6cedf 100755 --- a/getdomains-check.sh +++ b/getdomains-check.sh @@ -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