Show
Ignore:
Timestamp:
01/31/06 22:22:04 (6 years ago)
Author:
benoitg
Message:
  • src/fw_iptables.c: Add the global ruleset to the nat table to fix #65. Add the table parameter to iptables_load_ruleset() and iptables_compile
  • libhttpd/protocol.c: Fix pointer type mismatch
  • src/conf.c,h: Remove deprecated option AuthServMaxTries? (which was already ignored anyway.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/wifidog.conf

    r901 r935  
    3737# GatewayAddress 192.168.1.1 
    3838 
    39 # Parameter: AuthServMaxTries 
    40 # Default: 1 
    41 # Optional 
    42 # 
    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 this 
    45 # configuration but it should probably not exceed 3. 
    46  
    47 # AuthServMaxTries 3 
    48  
    4939# Parameter: AuthServer 
    5040# Default: NONE 
    51 # Mandatory 
     41# Mandatory, repeatable 
    5242# 
    53 # Set this to the hostname or IP of your auth server, the path where 
    54 # WiFiDog-auth resides  and optionally as a second argument, the port it 
    55 # 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. 
    5646#AuthServer { 
    5747#       Hostname      (Mandatory; Default: NONE)