diff --git a/src/Configurations/AccessRules.php b/src/Configurations/AccessRules.php index 17ea57f6..ece5e621 100644 --- a/src/Configurations/AccessRules.php +++ b/src/Configurations/AccessRules.php @@ -21,6 +21,11 @@ public function setCountry(string $value) $this->config = ['target' => 'country', 'value' => $value]; } + public function setASN(string $value) + { + $this->config = ['target' => 'asn', 'value' => $value]; + } + public function getArray(): array { return $this->config;