1
0
mirror of https://code.semirocket.science/wrapsix synced 2025-12-15 02:05:13 +02:00

Basic skeleton -- autotools, readmes and doxygen

This commit is contained in:
Michal Zima
2009-12-01 18:44:26 +01:00
commit 53e0e90ad5
11 changed files with 2204 additions and 0 deletions

2
src/Makefile.am Normal file
View File

@@ -0,0 +1,2 @@
bin_PROGRAMS = wrapsix-dnsproxy
wrapsix_dnsproxy_SOURCES = dnsproxy.c

0
src/dnsproxy.c Normal file
View File