mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
xdp-geoip UI: location block ipset to XDP
change location-block UI from calling ipset to calling xdp_geoip to update geoip_map bpf map. see https://github.com/vincentmli/BPFire/issues/53 Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -1704,13 +1704,13 @@
|
||||
'localkeyfile' => 'Localkeyfile',
|
||||
'location' => 'Location',
|
||||
'locationblock' => 'Location Block',
|
||||
'locationblock block countries' => 'Block countries',
|
||||
'locationblock configuration' => 'Location Configuration',
|
||||
'locationblock block countries' => 'Block countries/regions',
|
||||
'locationblock configuration' => 'XDP Location Configuration',
|
||||
'locationblock country code' => 'Country Code',
|
||||
'locationblock country is allowed' => 'Incoming traffic from this country is allowed',
|
||||
'locationblock country is blocked' => 'Incoming traffic from this country will be blocked',
|
||||
'locationblock country name' => 'Country Name',
|
||||
'locationblock enable feature' => 'Enable Location based blocking:',
|
||||
'locationblock enable feature' => 'Enable XDP Location based blocking:',
|
||||
'locationblock flag' => 'Flag',
|
||||
'log' => 'Log',
|
||||
'log drop hostile in' => 'Log dropped packets FROM hostile networks',
|
||||
|
||||
Reference in New Issue
Block a user