Skip to content

Commit

Permalink
Curl option
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 24, 2024
1 parent ff3b528 commit f6dc5f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/FlushDNS.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ public static function getCommand(): string
return 'sudo systemd-resolve --flush-caches';
}

/**
* Get the cURL options to use.
*
* @return non-empty-array<int, mixed>
*/
public static function getCurlOpts(): array
{
return [
Expand Down

0 comments on commit f6dc5f1

Please sign in to comment.