diff --git a/config_files/wdoc b/config_files/wdoc deleted file mode 100644 index 7e9796b..0000000 --- a/config_files/wdoc +++ /dev/null @@ -1,10 +0,0 @@ - -config wdoc 'main' - option enabled '1' - option timeout '900' - option ping_ip '77.88.8.8' - option ping_domain 'ya.ru' - option curl_domain 'https://scbh.yandex.net/generate_204' - option firstboot '0' - option log '0' - diff --git a/config_files/wdoc-singbox b/config_files/wdoc-singbox deleted file mode 100644 index e395ef0..0000000 --- a/config_files/wdoc-singbox +++ /dev/null @@ -1,7 +0,0 @@ - -config wdoc-singbox 'main' - option enabled '1' - option timeout '120' - option url_test 'facebook.com' - option log '0' - diff --git a/config_files/wdoc-warp b/config_files/wdoc-warp deleted file mode 100644 index 96c2827..0000000 --- a/config_files/wdoc-warp +++ /dev/null @@ -1,14 +0,0 @@ - -config wdoc-warp 'main' - option enabled '1' - option timeout '300' - option check_inet1 '77.88.8.8' - option check_inet2 '8.8.8.8' - option log '0' - -config interface - option iface 'awg10' - option check_ip1 '8.8.8.8' - option check_ip2 '1.1.1.1' - option attempts '10' - diff --git a/universal_config_new_podkop.sh b/universal_config_new_podkop.sh index 60030b5..b7a9d85 100644 --- a/universal_config_new_podkop.sh +++ b/universal_config_new_podkop.sh @@ -673,8 +673,7 @@ URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/he checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1" checkPackageAndInstall "luci-i18n-stubby-ru" "1" -checkPackageAndInstall "luci-i18n-wdoc-singbox-ru" "1" -checkPackageAndInstall "luci-i18n-wdoc-warp-ru" "1" +checkPackageAndInstall "luci-i18n-doh-proxy-ru" "1" if [ ! -d "$DIR_BACKUP" ] then @@ -688,7 +687,7 @@ then for file in $config_files do - if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ] + if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] then wget -O "$DIR/$file" "$URL/config_files/$file" fi @@ -1331,13 +1330,6 @@ fi # Включаем интерфейс #ifup $INTERFACE_NAME -service doh-proxy restart -service stubby restart -service wdoc restart -service wdoc-singbox restart -service wdoc-warp restart -service dns-failsafe-proxy restart - printf "\033[32;1mService Podkop and Sing-Box restart...\033[0m\n" service sing-box enable service sing-box restart