walkor/php-socks5

Warning: Trying to access array offset on value of type null in start.php on line 345

seralydotnet opened this issue · 1 comments

Warning: Trying to access array offset on value of type null in start.php on line 345
DNS resolved ypyjf1636243.ca.whrq.net =>

344 $addr = $addr ? array_pop($addr) : null;
345 logger(LOG_DEBUG, 'DNS resolved ' . $request['dest_addr'] . ' => ' . $addr['ip']);

345 logger(LOG_DEBUG, 'DNS resolved ' . $request['dest_addr'] . ' => ' . ($addr != null ? $addr['ip'] : ''));