mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix diag address
This commit is contained in:
parent
472fb8b553
commit
45307dc2d5
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ if [ "$(uci -q get luci.diag)" != "internal" ]; then
|
||||||
|
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set luci.diag=internal
|
set luci.diag=internal
|
||||||
set luci.diag.dns='${host:-openwrt.org}'
|
set luci.diag.dns='openmptcprouter.com'
|
||||||
set luci.diag.ping='${host:-openwrt.org}'
|
set luci.diag.ping='openmptcprouter.com'
|
||||||
set luci.diag.route='${host:-openwrt.org}'
|
set luci.diag.route='openmptcprouter.com'
|
||||||
commit luci
|
commit luci
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue