enable promisc mode by default

This commit is contained in:
Brodie Davis
2019-09-10 22:57:08 +00:00
parent ec1bf8ec30
commit 0fc2ff669c

View File

@@ -21,7 +21,7 @@
#define PORT 53
#endif
#ifndef PROMISC
#define PROMISC false
#define PROMISC true
#endif
#ifndef DEBUG
#define DEBUG false