Skip to content

Commit

Permalink
comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Nov 10, 2023
1 parent 3d074fd commit 584e57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Abstracts/AbstractDnsServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ abstract class AbstractDnsServer implements DnsServerInterface
*/
protected ?string $secondaryServer = null;

/**
* Dns Port, default 53
*
* @var int
*/
protected int $port = 53;

/**
Expand Down

0 comments on commit 584e57a

Please sign in to comment.