diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-07-29 15:28:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 15:28:28 +0200 |
commit | f9e5d11d62cbb3c4203a07ac5cc3873a783bb824 (patch) | |
tree | 33c864cf1e21745002bdef68ae4f4087423d2a33 /modules/luci-base | |
parent | 936d7716132653c6e23f96af2f2467c77bef1ff9 (diff) | |
parent | 8b07a65117b8a9ebbed801579d34ae8f51255868 (diff) |
Merge pull request #766 from feckert/config_diag_url
luci-mod-admin-full: make diagnostics url customizable
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/root/etc/config/luci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/luci-base/root/etc/config/luci b/modules/luci-base/root/etc/config/luci index baa3ac5d1e..a443742f93 100644 --- a/modules/luci-base/root/etc/config/luci +++ b/modules/luci-base/root/etc/config/luci @@ -22,3 +22,8 @@ config internal ccache option enable 1 config internal themes + +config internal 'diag' + option ping 'dev.openwrt.org' + option route 'dev.openwrt.org' + option dns 'dev.openwrt.org' |