mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
refactor isSeedBox judgement
This commit is contained in:
@@ -278,7 +278,7 @@ return [
|
||||
'ip' => 'IP(Block)',
|
||||
'ip_begin' => 'Begin IP',
|
||||
'ip_end' => 'End IP',
|
||||
'ip_help' => 'Fill in the ASN/begin IP + end IP/IP (Block), only one of the three',
|
||||
'ip_help' => 'Fill in the IP address or ASN, not both!',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Is whitelisted',
|
||||
'is_allowed_help' => 'IPs in the whitelist are not affected by the SeedBox rule',
|
||||
|
||||
@@ -14,6 +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_yes' => 'This IP is SeedBox',
|
||||
'is_seed_box_no' => 'This IP is not SeedBox',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user