This commit is contained in:
CodeRoK7
2025-11-14 12:27:49 +00:00
parent 6b57248ed4
commit db425c55b3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
config wdoc-wg 'main'
option enabled '1'
option enabled '0'
option timeout '900'
option log '0'
option dns1 '77.88.8.8'

View File

@@ -694,7 +694,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" ] || [ "$file" == "wdoc-wg" ]
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ]
then
wget -O "$DIR/$file" "$URL/config_files/$file"
fi