mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-31 03:08:07 +03:00
Add config file wdoc-wg
This commit is contained in:
13
config_files/wdoc-wg
Normal file
13
config_files/wdoc-wg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
config wdoc-wg 'main'
|
||||||
|
option enabled '1'
|
||||||
|
option timeout '900'
|
||||||
|
option log '0'
|
||||||
|
option dns1 '77.88.8.8'
|
||||||
|
option dns2 '8.8.8.8'
|
||||||
|
|
||||||
|
config interface
|
||||||
|
option iface 'awg10'
|
||||||
|
option ip '172.16.0.1'
|
||||||
|
option check_inet '1'
|
||||||
|
|
||||||
@@ -671,7 +671,8 @@ dns-failsafe-proxy
|
|||||||
stubby
|
stubby
|
||||||
wdoc
|
wdoc
|
||||||
wdoc-singbox
|
wdoc-singbox
|
||||||
wdoc-warp"
|
wdoc-warp
|
||||||
|
wdoc-wg"
|
||||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/wdoctrack"
|
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/wdoctrack"
|
||||||
|
|
||||||
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
|
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
|
||||||
@@ -693,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" ]
|
if [ "$file" == "doh-proxy" ] || [ "$file" == "dns-failsafe-proxy" ] || [ "$file" == "stubby" ] || [ "$file" == "wdoc" ] || [ "$file" == "wdoc-singbox" ] || [ "$file" == "wdoc-warp" ] || [ "$file" == "wdoc-wg" ]
|
||||||
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