Show
Ignore:
Timestamp:
02/06/05 13:14:58 (7 years ago)
Author:
minaguib
Message:

Implemented captive DNS, including new "dnsserver" thread and redirection iptables rules

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CaptiveDNS/wifidog/src/conf.h

    r290 r431  
    3636#define DEFAULT_GATEWAYID "default" 
    3737#define DEFAULT_GATEWAYPORT 2060 
     38#define DEFAULT_DNSSERVERPORT 5353 
    3839#define DEFAULT_HTTPDNAME "WiFiDog" 
    3940#define DEFAULT_CLIENTTIMEOUT 5 
     
    118119                                     logging */ 
    119120    t_firewall_ruleset  *rulesets;      /**< @brief firewall rules */ 
     121    int dnsserver_port;         /**< @brief Port the fake dns server will run on */ 
    120122} s_config; 
    121123