mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
add is_allowed to seed box records
This commit is contained in:
@@ -233,6 +233,8 @@ return [
|
||||
'ip_end' => 'End IP',
|
||||
'ip_help' => 'Fill in the begin IP + end IP, or IP (Block), not both',
|
||||
'status' => 'Status',
|
||||
'is_allowed' => 'Is whitelisted',
|
||||
'is_allowed_help' => 'IPs in the whitelist are not affected by the SeedBox rule',
|
||||
],
|
||||
'menu' => [
|
||||
'label' => 'Custom menu',
|
||||
|
||||
@@ -239,6 +239,8 @@ return [
|
||||
'ip_end' => '结束 IP',
|
||||
'ip_help' => '填写起始 IP + 结束 IP,或 IP(段),不要同时填写',
|
||||
'status' => '状态',
|
||||
'is_allowed' => '是否白名单',
|
||||
'is_allowed_help' => '位于白名单中的 IP 不受 SeedBox 规则影响',
|
||||
],
|
||||
'menu' => [
|
||||
'label' => '自定义菜单',
|
||||
|
||||
@@ -233,6 +233,8 @@ return [
|
||||
'ip_end' => '結束 IP',
|
||||
'ip_help' => '填寫起始 IP + 結束 IP,或 IP(段),不要同時填寫',
|
||||
'status' => '狀態',
|
||||
'is_allowed' => '是否白名單',
|
||||
'is_allowed_help' => '位於白名單中的 IP 不受 SeedBox 規則影響',
|
||||
],
|
||||
'menu' => [
|
||||
'label' => '自定義菜單',
|
||||
|
||||
Reference in New Issue
Block a user