diff options
Diffstat (limited to 'libs/lucid/hostfiles')
-rw-r--r-- | libs/lucid/hostfiles/etc/config/lucid | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libs/lucid/hostfiles/etc/config/lucid b/libs/lucid/hostfiles/etc/config/lucid index 5a732ac530..934faa10ed 100644 --- a/libs/lucid/hostfiles/etc/config/lucid +++ b/libs/lucid/hostfiles/etc/config/lucid @@ -58,4 +58,17 @@ config daemon rpc option slave rpcd list address 12900 list publisher mainrpc - option enabled 1
\ No newline at end of file + option enabled 1 + +config 'daemon' 'splashr' + option 'slave' 'httpd' + list 'address' '8082' + list 'publisher' 'splashredir' + option 'enabled' '1' + +config 'Redirector' 'splashredir' + option 'name' 'Splashd' + option 'virtual' '/' + option 'physical' ':80/luci/splash' + +
\ No newline at end of file |