mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-09 21:16:44 +03:00
Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
config wdoc-wg 'main'
|
config wdoc-wg 'main'
|
||||||
option enabled '1'
|
option enabled '0'
|
||||||
option timeout '900'
|
option timeout '900'
|
||||||
option log '0'
|
option log '0'
|
||||||
option dns1 '77.88.8.8'
|
option dns1 '77.88.8.8'
|
||||||
|
|||||||
@@ -694,7 +694,7 @@ then
|
|||||||
|
|
||||||
for file in $config_files
|
for file in $config_files
|
||||||
do
|
do
|
||||||
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ] || [ "$file" == "wdoc-wg" ]
|
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ]
|
||||||
then
|
then
|
||||||
wget -O "$DIR/$file" "$URL/config_files/$file"
|
wget -O "$DIR/$file" "$URL/config_files/$file"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user