mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
xdp-geoip: move location block sub menu to BPFire
Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -26,12 +26,6 @@
|
||||
'title' => "$Lang::tr{'ipblocklist'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'60.locationblock'} = {
|
||||
'caption' => $Lang::tr{'locationblock'},
|
||||
'uri' => '/cgi-bin/location-block.cgi',
|
||||
'title' => $Lang::tr{'locationblock'},
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subfirewall->{'70.wireless'} = {
|
||||
'caption' => $Lang::tr{'blue access'},
|
||||
'uri' => '/cgi-bin/wireless.cgi',
|
||||
|
||||
@@ -13,6 +13,12 @@
|
||||
'title' => "$Lang::tr{'xdpsni domain'}",
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subipfire->{'17.locationblock'} = {
|
||||
'caption' => $Lang::tr{'locationblock'},
|
||||
'uri' => '/cgi-bin/location-block.cgi',
|
||||
'title' => $Lang::tr{'locationblock'},
|
||||
'enabled' => 1,
|
||||
};
|
||||
$subipfire->{'20.loxilb'} = {
|
||||
'caption' => $Lang::tr{'loxilb enable'},
|
||||
'uri' => '/cgi-bin/loxilb.cgi',
|
||||
|
||||
@@ -1703,7 +1703,7 @@
|
||||
'localkey' => 'Localkey',
|
||||
'localkeyfile' => 'Localkeyfile',
|
||||
'location' => 'Location',
|
||||
'locationblock' => 'Location Block',
|
||||
'locationblock' => 'XDP Location Block',
|
||||
'locationblock block countries' => 'Block countries/regions',
|
||||
'locationblock configuration' => 'XDP Location Configuration',
|
||||
'locationblock country code' => 'Country Code',
|
||||
|
||||
@@ -698,7 +698,7 @@
|
||||
'could not retrieve common name from certificate' => '无法从证书中检索通用名称。',
|
||||
'count' => '计数',
|
||||
'countries' => '国别',
|
||||
'country' => '国家',
|
||||
'country' => '国家/地区',
|
||||
'country codes and flags' => '国家代码和国旗:',
|
||||
'countrycode' => '代码',
|
||||
'cpu frequency' => 'CPU frequency',
|
||||
@@ -1674,7 +1674,7 @@
|
||||
'localkey' => '本地密钥',
|
||||
'localkeyfile' => '本地密钥文件',
|
||||
'location' => '地区',
|
||||
'locationblock' => '地区阻止',
|
||||
'locationblock' => 'XDP加速地区阻止',
|
||||
'locationblock block countries' => '阻止条目',
|
||||
'locationblock configuration' => '地区配置',
|
||||
'locationblock country code' => '国家代码',
|
||||
|
||||
Reference in New Issue
Block a user