Changeset 431 for branches/CaptiveDNS/wifidog/src/conf.h
- Timestamp:
- 02/06/05 13:14:58 (7 years ago)
- Files:
-
- 1 modified
-
branches/CaptiveDNS/wifidog/src/conf.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/CaptiveDNS/wifidog/src/conf.h
r290 r431 36 36 #define DEFAULT_GATEWAYID "default" 37 37 #define DEFAULT_GATEWAYPORT 2060 38 #define DEFAULT_DNSSERVERPORT 5353 38 39 #define DEFAULT_HTTPDNAME "WiFiDog" 39 40 #define DEFAULT_CLIENTTIMEOUT 5 … … 118 119 logging */ 119 120 t_firewall_ruleset *rulesets; /**< @brief firewall rules */ 121 int dnsserver_port; /**< @brief Port the fake dns server will run on */ 120 122 } s_config; 121 123
