Add config and restart packet wdoc

This commit is contained in:
CodeRoK7
2025-11-13 16:01:45 +00:00
parent b650220a2f
commit 2bbe0c5e5c
2 changed files with 12 additions and 1 deletions

View File

@@ -688,7 +688,7 @@ then
for file in $config_files
do
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ]
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
@@ -1333,6 +1333,7 @@ fi
service doh-proxy restart
service stubby restart
service wdoc restart
service wdoc-singbox restart
service wdoc-warp restart
service dns-failsafe-proxy restart