Skip to content

Commit 584e57a

Browse files
committed
comments update
1 parent 3d074fd commit 584e57a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Abstracts/AbstractDnsServer.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ abstract class AbstractDnsServer implements DnsServerInterface
3535
*/
3636
protected ?string $secondaryServer = null;
3737

38+
/**
39+
* Dns Port, default 53
40+
*
41+
* @var int
42+
*/
3843
protected int $port = 53;
3944

4045
/**

0 commit comments

Comments
 (0)