Detect if IP is SeedBox

This commit is contained in:
xiaomlove
2024-11-22 01:37:57 +08:00
parent c864a34412
commit c537ebc1a2
10 changed files with 77 additions and 6 deletions
+2
View File
@@ -14,4 +14,6 @@ return [
'subject' => 'SeedBox record status changed',
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status. Reason: :reason',
],
'is_seed_box_yes' => 'This IP is SeedBox, identified by the record with ID :id',
'is_seed_box_no' => 'This IP is not SeedBox',
];