Changeset 935 for trunk/wifidog/wifidog.conf
- Timestamp:
- 01/31/06 22:22:04 (6 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/wifidog.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/wifidog.conf
r901 r935 37 37 # GatewayAddress 192.168.1.1 38 38 39 # Parameter: AuthServMaxTries40 # Default: 141 # Optional42 #43 # Sets the number of auth servers the gateway will attempt to contact when a request fails.44 # this number should be equal to the number of AuthServer lines in this45 # configuration but it should probably not exceed 3.46 47 # AuthServMaxTries 348 49 39 # Parameter: AuthServer 50 40 # Default: NONE 51 # Mandatory 41 # Mandatory, repeatable 52 42 # 53 # Set this to the hostname or IP of your auth server, the path where54 # WiFiDog-auth resides and optionally as a second argument, the port it55 # listens on.43 # This allows you to configure your auth server(s). Each one will be tried in order, untill one responds. 44 # Set this to the hostname or IP of your auth server(s), the path where 45 # WiFiDog-auth resides in and the port it listens on. 56 46 #AuthServer { 57 47 # Hostname (Mandatory; Default: NONE)
