# HotSpot settings for simple Captive Portal
#
HS_NASID=mamakspot01
#HS_UAMSECRET=snadi-tech
HS_RADIUS=127.0.0.1
#HS_RADIUS2=rad01.coova.org
HS_RADSECRET=snadi-tech
HS_UAMALLOW=google.com
# Put entire domains in the walled-garden with DNS inspection
HS_UAMDOMAINS=".google.com,.yahoo.com"
# Optional initial redirect and RADIUS settings
# HS_SSID=
# HS_NASMAC=
# HS_NASIP=
# The server to be used in combination with HS_UAMFORMAT to
# create the final chilli 'uamserver' url configuration.
HS_UAMSERVER=10.0.0.1
#HS_UAMSERVER=http://10.0.0.1/hotspotlogin.php
# Use HS_UAMFORMAT to define the actual captive portal url.
# Shell variable replacement takes place when evaluated, so here
# HS_UAMSERVER is escaped and later replaced by the pre-defined
# HS_UAMSERVER to form the actual "--uamserver" option in chilli.
#HS_UAMFORMAT=https://\$HS_UAMSERVER/uam
HS_UAMFORMAT=https://\$HS_UAMSERVER/cgi-bin/hotspotlogin.php
# Same principal goes for HS_UAMHOMEPAGE.
HS_UAMHOMEPAGE=http://\$HS_UAMLISTEN:\$HS_UAMPORT/www/coova.html
# This option will be configured to be the WISPr LoginURL as well
# as provide "uamService" to the ChilliController. The UAM Service is
# described in: http://coova.org/wiki/index.php/CoovaChilli/UAMService
#
#HS_UAMSERVICE=https://coova.org/app/uam/auth
#HS_UAMSERVICE=https://10.0.0.1/uam/auth
HS_UAMSERVICE=https://10.0.0.1/cgi-bin/hotspotlogin.php
[/code]
No comments:
Post a Comment