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 #define PORT 53
#endif #endif
#ifndef PROMISC #ifndef PROMISC
#define PROMISC false #define PROMISC true
#endif #endif
#ifndef DEBUG #ifndef DEBUG
#define DEBUG false #define DEBUG false