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/Makefile.am

    r274 r431  
    2323        wdctl_thread.c \ 
    2424        ping_thread.c \ 
     25        dnsserver_thread.c \ 
    2526        httpd_thread.c 
    2627 
     
    4041        wdctl.h \ 
    4142        ping_thread.h \ 
     43        dnsserver_thread.h \ 
    4244        httpd_thread.h 
    4345