chore: log full source hostname
This commit is contained in:
@@ -57,6 +57,11 @@ final class DirectAdminContext
|
||||
return $this->serverName;
|
||||
}
|
||||
|
||||
public function auditServerName(): string
|
||||
{
|
||||
return $this->sourceHost;
|
||||
}
|
||||
|
||||
public function method(): string
|
||||
{
|
||||
return $this->method;
|
||||
|
||||
Reference in New Issue
Block a user