diff --git a/src/tun.c b/src/tun.c index cbc5490..4b70e95 100644 --- a/src/tun.c +++ b/src/tun.c @@ -25,7 +25,7 @@ #include #ifndef IFCONFIGPATH -#define IFCONFIGPATH "/sbin/" +#define IFCONFIGPATH "PATH=/sbin:/bin " #endif #ifdef WINDOWS32