![kaloz](/assets/img/avatar_default.png)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38363 3c298f89-4303-0410-b956-a3cf2f4a3e73
27 lines
541 B
Plaintext
27 lines
541 B
Plaintext
# CoovaChilli avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_coova-chilli
|
|
|
|
config COOVACHILLI_REDIR
|
|
bool "Enable support for redir server. Required for uamregex"
|
|
default n
|
|
|
|
config COOVACHILLI_MINIPORTAL
|
|
bool "Enable support Coova miniportal"
|
|
default n
|
|
|
|
config COOVACHILLI_USERAGENT
|
|
bool "Enable recording user-agent"
|
|
default n
|
|
|
|
config COOVACHILLI_DNSLOG
|
|
bool "Enable support to log DNS name queries"
|
|
default n
|
|
|
|
config COOVACHILLI_UAMDOMAINFILE
|
|
bool "Enable loading of mass uamdomains from file"
|
|
default n
|
|
|
|
endmenu
|