Some BINKP optimisation, implemented crypt, implemented receiving compressed transfers
This commit is contained in:
@@ -32,6 +32,10 @@ final class DNS extends BaseProtocol
|
||||
{
|
||||
private const LOGKEY = 'PD-';
|
||||
|
||||
/* CONSTS */
|
||||
|
||||
public const PORT = 53;
|
||||
|
||||
private const DEFAULT_TTL = 86400;
|
||||
private const TLD = 'ftn';
|
||||
|
||||
@@ -249,6 +253,7 @@ final class DNS extends BaseProtocol
|
||||
* @param int $code
|
||||
* @param array $answer
|
||||
* @param array $authority
|
||||
* @param array $additional
|
||||
* @return bool
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
Reference in New Issue
Block a user