Skip to content

Commit

Permalink
qzeleza#256 оставшаяся приборка внизу страницы
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGrF13 authored and AltGrF13 committed Dec 27, 2024
1 parent 376a8e1 commit 98cc64d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions opt/bin/libs/debug
Original file line number Diff line number Diff line change
Expand Up @@ -868,16 +868,6 @@ print_debug() {
#ToDo: после приборки публиковать конфигурацию Квас
show_install_log

internet_check
show_interfaces_debug

print_line
if has_ssr_enable; then
shadowsocks_debug
else
vpn_debug
fi

print_line
echo -e " ${BLUE}Сетевые правила [kvas debug iptables]${NOCL}"
print_line
Expand All @@ -897,4 +887,17 @@ print_debug() {
echo -e " ${BLUE}Список IP для попадания в тоннель [kvas ipset]${NOCL}"
print_line
cmd_ipset

#ToDo: завершить приборку
print_line
echo -e " ${BLUE}Сети${NOCL}"
print_line
internet_check
show_interfaces_debug
print_line
if has_ssr_enable; then
shadowsocks_debug
else
vpn_debug
fi
}

0 comments on commit 98cc64d

Please sign in to comment.