seed box record add asn

This commit is contained in:
xiaomlove
2024-11-19 01:16:54 +08:00
parent 50f033f69b
commit 870bb1f27c
14 changed files with 107 additions and 55 deletions

View File

@@ -259,10 +259,11 @@ return [
'ip' => 'IP(Block)',
'ip_begin' => 'Begin IP',
'ip_end' => 'End IP',
'ip_help' => 'Fill in the begin IP + end IP, or IP (Block), not both',
'ip_help' => 'Fill in the ASN/begin IP + end IP/IP (Block), only one of the three',
'status' => 'Status',
'is_allowed' => 'Is whitelisted',
'is_allowed_help' => 'IPs in the whitelist are not affected by the SeedBox rule',
'asn' => 'ASN',
],
'menu' => [
'label' => 'Custom menu',

View File

@@ -265,10 +265,11 @@ return [
'ip' => 'IP(段)',
'ip_begin' => '起始 IP',
'ip_end' => '结束 IP',
'ip_help' => '填写起始 IP + 结束 IP,或 IP(段),不要同时填写',
'ip_help' => '填写 ASN/起始 IP + 结束 IP/IP(段),不要同时填写',
'status' => '状态',
'is_allowed' => '是否白名单',
'is_allowed_help' => '位于白名单中的 IP 不受 SeedBox 规则影响',
'asn' => 'ASN',
],
'menu' => [
'label' => '自定义菜单',

View File

@@ -259,10 +259,11 @@ return [
'ip' => 'IP(段)',
'ip_begin' => '起始 IP',
'ip_end' => '結束 IP',
'ip_help' => '填寫起始 IP + 結束 IP,或 IP(段),不要同時填寫',
'ip_help' => '填寫ASN/起始 IP + 結束 IP/IP(段),不要同時填寫',
'status' => '狀態',
'is_allowed' => '是否白名單',
'is_allowed_help' => '位於白名單中的 IP 不受 SeedBox 規則影響',
'asn' => 'ASN',
],
'menu' => [
'label' => '自定義菜單',