UDP nat bug-fix
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
|
||||
. /etc/default/smartdns
|
||||
SMARTDNS=/usr/sbin/smartdns
|
||||
PIDFILE=/var/run/smartdns.pid
|
||||
|
||||
@@ -18,7 +19,7 @@ test -x $SMARTDNS || exit 5
|
||||
|
||||
case $1 in
|
||||
start)
|
||||
$SMARTDNS $JAIL_SHELL_OPTS
|
||||
$SMARTDNS $SMART_DNS_OPTS
|
||||
while true; do
|
||||
if [ -e "$PIDFILE" ]; then
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user