# System's Network Configuration

PHY_TYPE="auto"            # Network physical type (auto|ethernet|wifi)
WIFI_MODE="managed"        # Wifi working mode (managed|ad-hoc)
WIFI_CHANNEL=""            # Wifi channel
WIFI_ENC="WEP"             # Wifi Encryption method (WEP|WPA|none)
WIFI_KEY=""                # Wifi WEP/WPA key
WIFI_ESSID="any"           # Wifi SSID
WPA_DRV="wext"             # WPA driver (wext|atmel)
WPA_SCAN_SSID="1"          # Request SSID-specific scanning; for APs that 
                           # reject broadcast SSID (0|1)
WPA_AP_SCAN="2"            # Driver AP scanning method (0|1|2)
HOST=""                    # GeeXboX IP ("" for DHCP)
SUBNET=""                  # GeeXboX Subnet mask ("" for DHCP)
GATEWAY=""                 # Gateway IP ("" for DHCP or no internet connection)
DNS_SERVER=""              # DNS Server IP ("" for DHCP or none)
SMB_USER="SHARE"           # User Login ("" for none)
SMB_PWD=""                 # User Password ("" for none)

# Services to be started at boot time

TELNET_SERVER="no"
FTP_SERVER="no"
HTTP_SERVER="no"

# Use UPnP MediaServer devices auto-discovery

UPNP="yes"

# Network Stream

ICECAST="no"
SHOUTCAST="no"
# WARNING: SHOUTcast TV may contain streams with adult content!
SHOUTCASTTV="no"
WHITELIST=""
BLACKLIST="adult porn xxx ESS SWCTV SWPTV Subscription"
TIMEOUT=10
TRIES=10
